Html Css Color HEX #AC02DB Dark Violet

📋 copy color: '#AC02DB'

red 172 ◦ green 2 ◦ blue 219

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

Shades of Dark Violet #AC02DB

Tints of Dark Violet #AC02DB

RGB

 RED value IS 172 (67.58% from 255) = 43.77%

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

 BLUE value IS 219 (85.94% from 255) = 55.73%

R = 43.77%
G = 0.51%
B = 55.73%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC02DB (or 0xAC02DB) is known color: Dark Violet. HEX triplet: AC, 02 and DB. RGB value is (172,2,219). Sum of RGB (Red+Green+Blue) = 172+2+219=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC02DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC02DB is #53FD24. Grayscale: #4C4C4C. Windows color (decimal): -5504293 or 14353068. OLE color: 14353068.

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

Color convert

RGB 172 2 219 -
CMYK 0.21 0.99 0 0.14
HSL 287º 0.98% 0.43% -
HSV(B) 287º 0.99% 0.86% -
XYZ 29.82 13.93 68.13 -
YUV 77.57 207.82 195.36 -
System Red Green Blue C M Y K H S L
Decimal 172 2 219 0.21 0.99 0 0.14 287 0.98 0.43
Hex AC 2 DB 15 63 0 E 11F 62 2B
Octal 254 2 333 25 143 0 16 437 142 53
Binary 10101100 10 11011011 10101 1100011 0 1110 100011111 1100010 101011

Color Harmonies of #AC02DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC02DB

Black with #AC02DB

Text Example


Text Example

White with #AC02DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC02DB; }

 p { color: rgb(172,2,219); }

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

background-color css

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

 a { background-color: rgb(172,2,219); }

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

border-color css

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

 span { border-color: rgb(172,2,219); }

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