Html Css Color HEX #A406E8 Dark Violet

📋 copy color: '#A406E8'

red 164 ◦ green 6 ◦ blue 232

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

Shades of Dark Violet #A406E8

Tints of Dark Violet #A406E8

RGB

 RED value IS 164 (64.45% from 255) = 40.8%

 GREEN value IS 6 (2.73% from 255) = 1.49%

 BLUE value IS 232 (91.02% from 255) = 57.71%

R = 40.8%
G = 1.49%
B = 57.71%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A406E8 (or 0xA406E8) is known color: Dark Violet. HEX triplet: A4, 06 and E8. RGB value is (164,6,232). Sum of RGB (Red+Green+Blue) = 164+6+232=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 232 (91.02% from 255 or 57.71% from 402); Max value from RGB is 232 - color contains mainly: blue. Hex color #A406E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A406E8 is #5BF917. Grayscale: #4E4E4E. Windows color (decimal): -6027544 or 15206052. OLE color: 15206052.

HSL color Cylindrical-coordinate representation of color #A406E8: hue angle of 281.95º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A406E8 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 164 6 232 -
CMYK 0.29 0.97 0 0.09
HSL 281.95º 0.95% 0.47% -
HSV(B) 281.95º 0.97% 0.91% -
XYZ 29.94 13.85 77.44 -
YUV 79.01 214.35 188.62 -
System Red Green Blue C M Y K H S L
Decimal 164 6 232 0.29 0.97 0 0.09 281.95 0.95 0.47
Hex A4 6 E8 1D 61 0 9 11A 5F 2F
Octal 244 6 350 35 141 0 11 432 137 57
Binary 10100100 110 11101000 11101 1100001 0 1001 100011010 1011111 101111

Color Harmonies of #A406E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A406E8

Black with #A406E8

Text Example


Text Example

White with #A406E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A406E8; }

 p { color: rgb(164,6,232); }

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

background-color css

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

 a { background-color: rgb(164,6,232); }

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

border-color css

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

 span { border-color: rgb(164,6,232); }

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