Html Css Color HEX #AC15DD Dark Violet

📋 copy color: '#AC15DD'

red 172 ◦ green 21 ◦ blue 221

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

Shades of Dark Violet #AC15DD

Tints of Dark Violet #AC15DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.38%

R = 41.55%
G = 5.07%
B = 53.38%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC15DD (or 0xAC15DD) is known color: Dark Violet. HEX triplet: AC, 15 and DD. RGB value is (172,21,221). Sum of RGB (Red+Green+Blue) = 172+21+221=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC15DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15DD is #53EA22. Grayscale: #585858. Windows color (decimal): -5499427 or 14489004. OLE color: 14489004.

HSL color Cylindrical-coordinate representation of color #AC15DD: hue angle of 285.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC15DD is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 21 221 -
CMYK 0.22 0.90 0 0.13
HSL 285.3º 0.83% 0.47% -
HSV(B) 285.3º 0.9% 0.87% -
XYZ 30.33 14.53 69.61 -
YUV 88.95 202.53 187.24 -
System Red Green Blue C M Y K H S L
Decimal 172 21 221 0.22 0.90 0 0.13 285.3 0.83 0.47
Hex AC 15 DD 16 5A 0 D 11D 53 2F
Octal 254 25 335 26 132 0 15 435 123 57
Binary 10101100 10101 11011101 10110 1011010 0 1101 100011101 1010011 101111

Color Harmonies of #AC15DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15DD

Black with #AC15DD

Text Example


Text Example

White with #AC15DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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