Html Css Color HEX #A004DC Dark Violet

📋 copy color: '#A004DC'

red 160 ◦ green 4 ◦ blue 220

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

Shades of Dark Violet #A004DC

Tints of Dark Violet #A004DC

RGB

 RED value IS 160 (62.89% from 255) = 41.67%

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

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

R = 41.67%
G = 1.04%
B = 57.29%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A004DC (or 0xA004DC) is known color: Dark Violet. HEX triplet: A0, 04 and DC. RGB value is (160,4,220). Sum of RGB (Red+Green+Blue) = 160+4+220=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #A004DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A004DC is #5FFB23. Grayscale: #4A4A4A. Windows color (decimal): -6290212 or 14419104. OLE color: 14419104.

HSL color Cylindrical-coordinate representation of color #A004DC: hue angle of 283.33º 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 #A004DC is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 4 220 -
CMYK 0.27 0.98 0 0.14
HSL 283.33º 0.96% 0.44% -
HSV(B) 283.33º 0.98% 0.86% -
XYZ 27.46 12.73 68.72 -
YUV 75.27 209.68 188.44 -
System Red Green Blue C M Y K H S L
Decimal 160 4 220 0.27 0.98 0 0.14 283.33 0.96 0.44
Hex A0 4 DC 1B 62 0 E 11B 60 2C
Octal 240 4 334 33 142 0 16 433 140 54
Binary 10100000 100 11011100 11011 1100010 0 1110 100011011 1100000 101100

Color Harmonies of #A004DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A004DC

Black with #A004DC

Text Example


Text Example

White with #A004DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A004DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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