Html Css Color HEX #AC15D5 Dark Violet

📋 copy color: '#AC15D5'

red 172 ◦ green 21 ◦ blue 213

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

Shades of Dark Violet #AC15D5

Tints of Dark Violet #AC15D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.46%

R = 42.36%
G = 5.17%
B = 52.46%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC15D5 (or 0xAC15D5) is known color: Dark Violet. HEX triplet: AC, 15 and D5. RGB value is (172,21,213). Sum of RGB (Red+Green+Blue) = 172+21+213=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC15D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15D5 is #53EA2A. Grayscale: #575757. Windows color (decimal): -5499435 or 13964716. OLE color: 13964716.

HSL color Cylindrical-coordinate representation of color #AC15D5: hue angle of 287.19º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC15D5 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 21 213 -
CMYK 0.19 0.90 0 0.16
HSL 287.19º 0.82% 0.46% -
HSV(B) 287.19º 0.9% 0.84% -
XYZ 29.29 14.11 64.13 -
YUV 88.04 198.53 187.89 -
System Red Green Blue C M Y K H S L
Decimal 172 21 213 0.19 0.90 0 0.16 287.19 0.82 0.46
Hex AC 15 D5 13 5A 0 10 11F 52 2E
Octal 254 25 325 23 132 0 20 437 122 56
Binary 10101100 10101 11010101 10011 1011010 0 10000 100011111 1010010 101110

Color Harmonies of #AC15D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15D5

Black with #AC15D5

Text Example


Text Example

White with #AC15D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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