Html Css Color HEX #A828EC Blue Violet

📋 copy color: '#A828EC'

red 168 ◦ green 40 ◦ blue 236

#A828EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #A828EC

Tints of Blue Violet #A828EC

RGB

 RED value IS 168 (66.02% from 255) = 37.84%

 GREEN value IS 40 (16.02% from 255) = 9.01%

 BLUE value IS 236 (92.58% from 255) = 53.15%

R = 37.84%
G = 9.01%
B = 53.15%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A828EC (or 0xA828EC) is known color: Blue Violet. HEX triplet: A8, 28 and EC. RGB value is (168,40,236). Sum of RGB (Red+Green+Blue) = 168+40+236=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #A828EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A828EC is #57D713. Grayscale: #636363. Windows color (decimal): -5756692 or 15476904. OLE color: 15476904.

HSL color Cylindrical-coordinate representation of color #A828EC: hue angle of 279.18º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A828EC is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 40 236 -
CMYK 0.29 0.83 0 0.07
HSL 279.18º 0.84% 0.54% -
HSV(B) 279.18º 0.83% 0.93% -
XYZ 32.05 15.9 80.74 -
YUV 100.62 204.41 176.06 -
System Red Green Blue C M Y K H S L
Decimal 168 40 236 0.29 0.83 0 0.07 279.18 0.84 0.54
Hex A8 28 EC 1D 53 0 7 117 54 36
Octal 250 50 354 35 123 0 7 427 124 66
Binary 10101000 101000 11101100 11101 1010011 0 111 100010111 1010100 110110

Color Harmonies of #A828EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828EC

Black with #A828EC

Text Example


Text Example

White with #A828EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828EC; }

 p { color: rgb(168,40,236); }

 H1.HeaderClassName
 {
   color: #A828EC;
 }
 .AnyTagClassName
 {
   color: #A828EC;
 }
</style>

background-color css

<style>
 a { background-color: #A828EC; }

 a { background-color: rgb(168,40,236); }

 div.DivClassName
 {
   background-color: #A828EC;
 }
 .BgClassName
 {
   background-color: #A828EC;
 }
</style>

border-color css

<style>
 span { border-color: #A828EC; }

 span { border-color: rgb(168,40,236); }

 td.TdClassName
 {
   border-color: #A828EC;
 }
 .TagClassName
 {
   border-color: #A828EC;
 }
</style>