Html Css Color HEX #AC02CE Dark Violet

📋 copy color: '#AC02CE'

red 172 ◦ green 2 ◦ blue 206

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

Shades of Dark Violet #AC02CE

Tints of Dark Violet #AC02CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.21%

R = 45.26%
G = 0.53%
B = 54.21%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC02CE (or 0xAC02CE) is known color: Dark Violet. HEX triplet: AC, 02 and CE. RGB value is (172,2,206). Sum of RGB (Red+Green+Blue) = 172+2+206=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC02CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC02CE is #53FD31. Grayscale: #4B4B4B. Windows color (decimal): -5504306 or 13501100. OLE color: 13501100.

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

Color convert

RGB 172 2 206 -
CMYK 0.17 0.99 0 0.19
HSL 290º 0.98% 0.41% -
HSV(B) 290º 0.99% 0.81% -
XYZ 28.18 13.27 59.47 -
YUV 76.09 201.32 196.41 -
System Red Green Blue C M Y K H S L
Decimal 172 2 206 0.17 0.99 0 0.19 290 0.98 0.41
Hex AC 2 CE 11 63 0 13 122 62 29
Octal 254 2 316 21 143 0 23 442 142 51
Binary 10101100 10 11001110 10001 1100011 0 10011 100100010 1100010 101001

Color Harmonies of #AC02CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC02CE

Black with #AC02CE

Text Example


Text Example

White with #AC02CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC02CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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