Html Css Color HEX #AC15BE Dark Violet

📋 copy color: '#AC15BE'

red 172 ◦ green 21 ◦ blue 190

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

Shades of Dark Violet #AC15BE

Tints of Dark Violet #AC15BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.61%

R = 44.91%
G = 5.48%
B = 49.61%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC15BE (or 0xAC15BE) is known color: Dark Violet. HEX triplet: AC, 15 and BE. RGB value is (172,21,190). Sum of RGB (Red+Green+Blue) = 172+21+190=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC15BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15BE is #53EA41. Grayscale: #545454. Windows color (decimal): -5499458 or 12457388. OLE color: 12457388.

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

Color convert

RGB 172 21 190 -
CMYK 0.09 0.89 0 0.25
HSL 293.61º 0.8% 0.41% -
HSV(B) 293.61º 0.89% 0.75% -
XYZ 26.58 13.02 49.83 -
YUV 85.42 187.03 189.76 -
System Red Green Blue C M Y K H S L
Decimal 172 21 190 0.09 0.89 0 0.25 293.61 0.8 0.41
Hex AC 15 BE 9 59 0 19 126 50 29
Octal 254 25 276 11 131 0 31 446 120 51
Binary 10101100 10101 10111110 1001 1011001 0 11001 100100110 1010000 101001

Color Harmonies of #AC15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15BE

Black with #AC15BE

Text Example


Text Example

White with #AC15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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