Html Css Color HEX #AC15C9 Dark Violet

📋 copy color: '#AC15C9'

red 172 ◦ green 21 ◦ blue 201

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

Shades of Dark Violet #AC15C9

Tints of Dark Violet #AC15C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.02%

R = 43.65%
G = 5.33%
B = 51.02%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC15C9 (or 0xAC15C9) is known color: Dark Violet. HEX triplet: AC, 15 and C9. RGB value is (172,21,201). Sum of RGB (Red+Green+Blue) = 172+21+201=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC15C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15C9 is #53EA36. Grayscale: #565656. Windows color (decimal): -5499447 or 13178284. OLE color: 13178284.

HSL color Cylindrical-coordinate representation of color #AC15C9: hue angle of 290.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC15C9 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 21 201 -
CMYK 0.14 0.90 0 0.21
HSL 290.33º 0.81% 0.44% -
HSV(B) 290.33º 0.9% 0.79% -
XYZ 27.82 13.52 56.4 -
YUV 86.67 192.53 188.86 -
System Red Green Blue C M Y K H S L
Decimal 172 21 201 0.14 0.90 0 0.21 290.33 0.81 0.44
Hex AC 15 C9 E 5A 0 15 122 51 2C
Octal 254 25 311 16 132 0 25 442 121 54
Binary 10101100 10101 11001001 1110 1011010 0 10101 100100010 1010001 101100

Color Harmonies of #AC15C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15C9

Black with #AC15C9

Text Example


Text Example

White with #AC15C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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