Html Css Color HEX #AC02D0 Dark Violet

📋 copy color: '#AC02D0'

red 172 ◦ green 2 ◦ blue 208

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

Shades of Dark Violet #AC02D0

Tints of Dark Violet #AC02D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.45%

R = 45.03%
G = 0.52%
B = 54.45%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC02D0 (or 0xAC02D0) is known color: Dark Violet. HEX triplet: AC, 02 and D0. RGB value is (172,2,208). Sum of RGB (Red+Green+Blue) = 172+2+208=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 208 (81.64% from 255 or 54.45% from 382); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC02D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC02D0 is #53FD2F. Grayscale: #4B4B4B. Windows color (decimal): -5504304 or 13632172. OLE color: 13632172.

HSL color Cylindrical-coordinate representation of color #AC02D0: hue angle of 289.51º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC02D0 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 2 208 -
CMYK 0.17 0.99 0 0.18
HSL 289.51º 0.98% 0.41% -
HSV(B) 289.51º 0.99% 0.82% -
XYZ 28.42 13.37 60.76 -
YUV 76.31 202.32 196.25 -
System Red Green Blue C M Y K H S L
Decimal 172 2 208 0.17 0.99 0 0.18 289.51 0.98 0.41
Hex AC 2 D0 11 63 0 12 122 62 29
Octal 254 2 320 21 143 0 22 442 142 51
Binary 10101100 10 11010000 10001 1100011 0 10010 100100010 1100010 101001

Color Harmonies of #AC02D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC02D0

Black with #AC02D0

Text Example


Text Example

White with #AC02D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC02D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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