Html Css Color HEX #AC02DF Dark Violet

📋 copy color: '#AC02DF'

red 172 ◦ green 2 ◦ blue 223

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

Shades of Dark Violet #AC02DF

Tints of Dark Violet #AC02DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.17%

R = 43.32%
G = 0.5%
B = 56.17%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC02DF (or 0xAC02DF) is known color: Dark Violet. HEX triplet: AC, 02 and DF. RGB value is (172,2,223). Sum of RGB (Red+Green+Blue) = 172+2+223=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC02DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC02DF is #53FD20. Grayscale: #4D4D4D. Windows color (decimal): -5504289 or 14615212. OLE color: 14615212.

HSL color Cylindrical-coordinate representation of color #AC02DF: hue angle of 286.15º 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 #AC02DF is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 2 223 -
CMYK 0.23 0.99 0 0.13
HSL 286.15º 0.98% 0.44% -
HSV(B) 286.15º 0.99% 0.87% -
XYZ 30.35 14.14 70.94 -
YUV 78.02 209.82 195.03 -
System Red Green Blue C M Y K H S L
Decimal 172 2 223 0.23 0.99 0 0.13 286.15 0.98 0.44
Hex AC 2 DF 17 63 0 D 11E 62 2C
Octal 254 2 337 27 143 0 15 436 142 54
Binary 10101100 10 11011111 10111 1100011 0 1101 100011110 1100010 101100

Color Harmonies of #AC02DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC02DF

Black with #AC02DF

Text Example


Text Example

White with #AC02DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC02DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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