Html Css Color HEX #AC15DE Dark Violet

📋 copy color: '#AC15DE'

red 172 ◦ green 21 ◦ blue 222

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

Shades of Dark Violet #AC15DE

Tints of Dark Violet #AC15DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.49%

R = 41.45%
G = 5.06%
B = 53.49%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC15DE (or 0xAC15DE) is known color: Dark Violet. HEX triplet: AC, 15 and DE. RGB value is (172,21,222). Sum of RGB (Red+Green+Blue) = 172+21+222=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC15DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15DE is #53EA21. Grayscale: #585858. Windows color (decimal): -5499426 or 14554540. OLE color: 14554540.

HSL color Cylindrical-coordinate representation of color #AC15DE: hue angle of 285.07º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC15DE is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 21 222 -
CMYK 0.23 0.91 0 0.13
HSL 285.07º 0.83% 0.48% -
HSV(B) 285.07º 0.91% 0.87% -
XYZ 30.47 14.58 70.32 -
YUV 89.06 203.03 187.16 -
System Red Green Blue C M Y K H S L
Decimal 172 21 222 0.23 0.91 0 0.13 285.07 0.83 0.48
Hex AC 15 DE 17 5B 0 D 11D 53 30
Octal 254 25 336 27 133 0 15 435 123 60
Binary 10101100 10101 11011110 10111 1011011 0 1101 100011101 1010011 110000

Color Harmonies of #AC15DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15DE

Black with #AC15DE

Text Example


Text Example

White with #AC15DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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