Html Css Color HEX #A604DC Dark Violet

📋 copy color: '#A604DC'

red 166 ◦ green 4 ◦ blue 220

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

Shades of Dark Violet #A604DC

Tints of Dark Violet #A604DC

RGB

 RED value IS 166 (65.23% from 255) = 42.56%

 GREEN value IS 4 (1.95% from 255) = 1.03%

 BLUE value IS 220 (86.33% from 255) = 56.41%

R = 42.56%
G = 1.03%
B = 56.41%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A604DC (or 0xA604DC) is known color: Dark Violet. HEX triplet: A6, 04 and DC. RGB value is (166,4,220). Sum of RGB (Red+Green+Blue) = 166+4+220=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #A604DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A604DC is #59FB23. Grayscale: #4C4C4C. Windows color (decimal): -5896996 or 14419110. OLE color: 14419110.

HSL color Cylindrical-coordinate representation of color #A604DC: hue angle of 285º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A604DC is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 4 220 -
CMYK 0.25 0.98 0 0.14
HSL 285º 0.96% 0.44% -
HSV(B) 285º 0.98% 0.86% -
XYZ 28.69 13.36 68.78 -
YUV 77.06 208.67 191.44 -
System Red Green Blue C M Y K H S L
Decimal 166 4 220 0.25 0.98 0 0.14 285 0.96 0.44
Hex A6 4 DC 19 62 0 E 11D 60 2C
Octal 246 4 334 31 142 0 16 435 140 54
Binary 10100110 100 11011100 11001 1100010 0 1110 100011101 1100000 101100

Color Harmonies of #A604DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A604DC

Black with #A604DC

Text Example


Text Example

White with #A604DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A604DC; }

 p { color: rgb(166,4,220); }

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

background-color css

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

 a { background-color: rgb(166,4,220); }

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

border-color css

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

 span { border-color: rgb(166,4,220); }

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