Html Css Color HEX #AC02DD Dark Violet

📋 copy color: '#AC02DD'

red 172 ◦ green 2 ◦ blue 221

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

Shades of Dark Violet #AC02DD

Tints of Dark Violet #AC02DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.95%

R = 43.54%
G = 0.51%
B = 55.95%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC02DD (or 0xAC02DD) is known color: Dark Violet. HEX triplet: AC, 02 and DD. RGB value is (172,2,221). Sum of RGB (Red+Green+Blue) = 172+2+221=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC02DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC02DD is #53FD22. Grayscale: #4D4D4D. Windows color (decimal): -5504291 or 14484140. OLE color: 14484140.

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

Color convert

RGB 172 2 221 -
CMYK 0.22 0.99 0 0.13
HSL 286.58º 0.98% 0.44% -
HSV(B) 286.58º 0.99% 0.87% -
XYZ 30.09 14.03 69.53 -
YUV 77.8 208.82 195.19 -
System Red Green Blue C M Y K H S L
Decimal 172 2 221 0.22 0.99 0 0.13 286.58 0.98 0.44
Hex AC 2 DD 16 63 0 D 11F 62 2C
Octal 254 2 335 26 143 0 15 437 142 54
Binary 10101100 10 11011101 10110 1100011 0 1101 100011111 1100010 101100

Color Harmonies of #AC02DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC02DD

Black with #AC02DD

Text Example


Text Example

White with #AC02DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC02DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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