Html Css Color HEX #A002DC Dark Violet

📋 copy color: '#A002DC'

red 160 ◦ green 2 ◦ blue 220

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

Shades of Dark Violet #A002DC

Tints of Dark Violet #A002DC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 41.88%
G = 0.52%
B = 57.59%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A002DC (or 0xA002DC) is known color: Dark Violet. HEX triplet: A0, 02 and DC. RGB value is (160,2,220). Sum of RGB (Red+Green+Blue) = 160+2+220=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #A002DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002DC is #5FFD23. Grayscale: #494949. Windows color (decimal): -6290724 or 14418592. OLE color: 14418592.

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

Color convert

RGB 160 2 220 -
CMYK 0.27 0.99 0 0.14
HSL 283.49º 0.98% 0.44% -
HSV(B) 283.49º 0.99% 0.86% -
XYZ 27.44 12.68 68.71 -
YUV 74.09 210.35 189.27 -
System Red Green Blue C M Y K H S L
Decimal 160 2 220 0.27 0.99 0 0.14 283.49 0.98 0.44
Hex A0 2 DC 1B 63 0 E 11B 62 2C
Octal 240 2 334 33 143 0 16 433 142 54
Binary 10100000 10 11011100 11011 1100011 0 1110 100011011 1100010 101100

Color Harmonies of #A002DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A002DC

Black with #A002DC

Text Example


Text Example

White with #A002DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A002DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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