Html Css Color HEX #A406CC Dark Violet

📋 copy color: '#A406CC'

red 164 ◦ green 6 ◦ blue 204

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

Shades of Dark Violet #A406CC

Tints of Dark Violet #A406CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.55%

R = 43.85%
G = 1.6%
B = 54.55%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A406CC (or 0xA406CC) is known color: Dark Violet. HEX triplet: A4, 06 and CC. RGB value is (164,6,204). Sum of RGB (Red+Green+Blue) = 164+6+204=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #A406CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A406CC is #5BF933. Grayscale: #4B4B4B. Windows color (decimal): -6027572 or 13371044. OLE color: 13371044.

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

Color convert

RGB 164 6 204 -
CMYK 0.20 0.97 0 0.2
HSL 287.88º 0.94% 0.41% -
HSV(B) 287.88º 0.97% 0.8% -
XYZ 26.27 12.38 58.13 -
YUV 75.81 200.35 190.9 -
System Red Green Blue C M Y K H S L
Decimal 164 6 204 0.20 0.97 0 0.2 287.88 0.94 0.41
Hex A4 6 CC 14 61 0 14 120 5E 29
Octal 244 6 314 24 141 0 24 440 136 51
Binary 10100100 110 11001100 10100 1100001 0 10100 100100000 1011110 101001

Color Harmonies of #A406CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A406CC

Black with #A406CC

Text Example


Text Example

White with #A406CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A406CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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