Html Css Color HEX #AC02C3 Dark Violet

📋 copy color: '#AC02C3'

red 172 ◦ green 2 ◦ blue 195

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

Shades of Dark Violet #AC02C3

Tints of Dark Violet #AC02C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 52.85%

R = 46.61%
G = 0.54%
B = 52.85%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC02C3 (or 0xAC02C3) is known color: Dark Violet. HEX triplet: AC, 02 and C3. RGB value is (172,2,195). Sum of RGB (Red+Green+Blue) = 172+2+195=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 195 (76.56% from 255 or 52.85% from 369); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC02C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC02C3 is #53FD3C. Grayscale: #4A4A4A. Windows color (decimal): -5504317 or 12780204. OLE color: 12780204.

HSL color Cylindrical-coordinate representation of color #AC02C3: hue angle of 292.85º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC02C3 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 2 195 -
CMYK 0.12 0.99 0 0.24
HSL 292.85º 0.98% 0.39% -
HSV(B) 292.85º 0.99% 0.76% -
XYZ 26.89 12.75 52.67 -
YUV 74.83 195.82 197.31 -
System Red Green Blue C M Y K H S L
Decimal 172 2 195 0.12 0.99 0 0.24 292.85 0.98 0.39
Hex AC 2 C3 C 63 0 18 125 62 27
Octal 254 2 303 14 143 0 30 445 142 47
Binary 10101100 10 11000011 1100 1100011 0 11000 100100101 1100010 100111

Color Harmonies of #AC02C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC02C3

Black with #AC02C3

Text Example


Text Example

White with #AC02C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC02C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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