Html Css Color HEX #AC15C0 Dark Violet

📋 copy color: '#AC15C0'

red 172 ◦ green 21 ◦ blue 192

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

Shades of Dark Violet #AC15C0

Tints of Dark Violet #AC15C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.87%

R = 44.68%
G = 5.45%
B = 49.87%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC15C0 (or 0xAC15C0) is known color: Dark Violet. HEX triplet: AC, 15 and C0. RGB value is (172,21,192). Sum of RGB (Red+Green+Blue) = 172+21+192=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC15C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15C0 is #53EA3F. Grayscale: #555555. Windows color (decimal): -5499456 or 12588460. OLE color: 12588460.

HSL color Cylindrical-coordinate representation of color #AC15C0: hue angle of 292.98º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC15C0 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 21 192 -
CMYK 0.10 0.89 0 0.25
HSL 292.98º 0.8% 0.42% -
HSV(B) 292.98º 0.89% 0.75% -
XYZ 26.8 13.11 50.99 -
YUV 85.64 188.03 189.6 -
System Red Green Blue C M Y K H S L
Decimal 172 21 192 0.10 0.89 0 0.25 292.98 0.8 0.42
Hex AC 15 C0 A 59 0 19 125 50 2A
Octal 254 25 300 12 131 0 31 445 120 52
Binary 10101100 10101 11000000 1010 1011001 0 11001 100100101 1010000 101010

Color Harmonies of #AC15C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15C0

Black with #AC15C0

Text Example


Text Example

White with #AC15C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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