Html Css Color HEX #A406CE Dark Violet

📋 copy color: '#A406CE'

red 164 ◦ green 6 ◦ blue 206

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

Shades of Dark Violet #A406CE

Tints of Dark Violet #A406CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.79%

R = 43.62%
G = 1.6%
B = 54.79%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A406CE (or 0xA406CE) is known color: Dark Violet. HEX triplet: A4, 06 and CE. RGB value is (164,6,206). Sum of RGB (Red+Green+Blue) = 164+6+206=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #A406CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A406CE is #5BF931. Grayscale: #4B4B4B. Windows color (decimal): -6027570 or 13502116. OLE color: 13502116.

HSL color Cylindrical-coordinate representation of color #A406CE: hue angle of 287.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A406CE is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 6 206 -
CMYK 0.20 0.97 0 0.19
HSL 287.4º 0.94% 0.42% -
HSV(B) 287.4º 0.97% 0.81% -
XYZ 26.52 12.48 59.4 -
YUV 76.04 201.35 190.74 -
System Red Green Blue C M Y K H S L
Decimal 164 6 206 0.20 0.97 0 0.19 287.4 0.94 0.42
Hex A4 6 CE 14 61 0 13 11F 5E 2A
Octal 244 6 316 24 141 0 23 437 136 52
Binary 10100100 110 11001110 10100 1100001 0 10011 100011111 1011110 101010

Color Harmonies of #A406CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A406CE

Black with #A406CE

Text Example


Text Example

White with #A406CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A406CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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