Html Css Color HEX #AC15D8 Dark Violet

📋 copy color: '#AC15D8'

red 172 ◦ green 21 ◦ blue 216

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

Shades of Dark Violet #AC15D8

Tints of Dark Violet #AC15D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.81%

R = 42.05%
G = 5.13%
B = 52.81%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC15D8 (or 0xAC15D8) is known color: Dark Violet. HEX triplet: AC, 15 and D8. RGB value is (172,21,216). Sum of RGB (Red+Green+Blue) = 172+21+216=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 216 (84.77% from 255 or 52.81% from 409); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC15D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15D8 is #53EA27. Grayscale: #575757. Windows color (decimal): -5499432 or 14161324. OLE color: 14161324.

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

Color convert

RGB 172 21 216 -
CMYK 0.20 0.90 0 0.15
HSL 286.46º 0.82% 0.46% -
HSV(B) 286.46º 0.9% 0.85% -
XYZ 29.68 14.26 66.16 -
YUV 88.38 200.03 187.64 -
System Red Green Blue C M Y K H S L
Decimal 172 21 216 0.20 0.90 0 0.15 286.46 0.82 0.46
Hex AC 15 D8 14 5A 0 F 11E 52 2E
Octal 254 25 330 24 132 0 17 436 122 56
Binary 10101100 10101 11011000 10100 1011010 0 1111 100011110 1010010 101110

Color Harmonies of #AC15D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15D8

Black with #AC15D8

Text Example


Text Example

White with #AC15D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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