Html Css Color HEX #AC15D0 Dark Violet

📋 copy color: '#AC15D0'

red 172 ◦ green 21 ◦ blue 208

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

Shades of Dark Violet #AC15D0

Tints of Dark Violet #AC15D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.87%

R = 42.89%
G = 5.24%
B = 51.87%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC15D0 (or 0xAC15D0) is known color: Dark Violet. HEX triplet: AC, 15 and D0. RGB value is (172,21,208). Sum of RGB (Red+Green+Blue) = 172+21+208=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC15D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15D0 is #53EA2F. Grayscale: #565656. Windows color (decimal): -5499440 or 13637036. OLE color: 13637036.

HSL color Cylindrical-coordinate representation of color #AC15D0: hue angle of 288.45º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC15D0 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 21 208 -
CMYK 0.17 0.90 0 0.18
HSL 288.45º 0.82% 0.45% -
HSV(B) 288.45º 0.9% 0.82% -
XYZ 28.67 13.86 60.84 -
YUV 87.47 196.03 188.29 -
System Red Green Blue C M Y K H S L
Decimal 172 21 208 0.17 0.90 0 0.18 288.45 0.82 0.45
Hex AC 15 D0 11 5A 0 12 120 52 2D
Octal 254 25 320 21 132 0 22 440 122 55
Binary 10101100 10101 11010000 10001 1011010 0 10010 100100000 1010010 101101

Color Harmonies of #AC15D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15D0

Black with #AC15D0

Text Example


Text Example

White with #AC15D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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