Html Css Color HEX #AC15D9 Dark Violet

📋 copy color: '#AC15D9'

red 172 ◦ green 21 ◦ blue 217

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

Shades of Dark Violet #AC15D9

Tints of Dark Violet #AC15D9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.12%

 BLUE value IS 217 (85.16% from 255) = 52.93%

R = 41.95%
G = 5.12%
B = 52.93%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC15D9 (or 0xAC15D9) is known color: Dark Violet. HEX triplet: AC, 15 and D9. RGB value is (172,21,217). Sum of RGB (Red+Green+Blue) = 172+21+217=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 217 (85.16% from 255 or 52.93% from 410); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC15D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15D9 is #53EA26. Grayscale: #575757. Windows color (decimal): -5499431 or 14226860. OLE color: 14226860.

HSL color Cylindrical-coordinate representation of color #AC15D9: hue angle of 286.22º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC15D9 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 21 217 -
CMYK 0.21 0.90 0 0.15
HSL 286.22º 0.82% 0.47% -
HSV(B) 286.22º 0.9% 0.85% -
XYZ 29.81 14.32 66.84 -
YUV 88.49 200.53 187.56 -
System Red Green Blue C M Y K H S L
Decimal 172 21 217 0.21 0.90 0 0.15 286.22 0.82 0.47
Hex AC 15 D9 15 5A 0 F 11E 52 2F
Octal 254 25 331 25 132 0 17 436 122 57
Binary 10101100 10101 11011001 10101 1011010 0 1111 100011110 1010010 101111

Color Harmonies of #AC15D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15D9

Black with #AC15D9

Text Example


Text Example

White with #AC15D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15D9; }

 p { color: rgb(172,21,217); }

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

background-color css

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

 a { background-color: rgb(172,21,217); }

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

border-color css

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

 span { border-color: rgb(172,21,217); }

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