Html Css Color HEX #AC15D6 Dark Violet

📋 copy color: '#AC15D6'

red 172 ◦ green 21 ◦ blue 214

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

Shades of Dark Violet #AC15D6

Tints of Dark Violet #AC15D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.58%

R = 42.26%
G = 5.16%
B = 52.58%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC15D6 (or 0xAC15D6) is known color: Dark Violet. HEX triplet: AC, 15 and D6. RGB value is (172,21,214). Sum of RGB (Red+Green+Blue) = 172+21+214=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 214 (83.98% from 255 or 52.58% from 407); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC15D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15D6 is #53EA29. Grayscale: #575757. Windows color (decimal): -5499434 or 14030252. OLE color: 14030252.

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

Color convert

RGB 172 21 214 -
CMYK 0.20 0.90 0 0.16
HSL 286.94º 0.82% 0.46% -
HSV(B) 286.94º 0.9% 0.84% -
XYZ 29.42 14.16 64.8 -
YUV 88.15 199.03 187.81 -
System Red Green Blue C M Y K H S L
Decimal 172 21 214 0.20 0.90 0 0.16 286.94 0.82 0.46
Hex AC 15 D6 14 5A 0 10 11F 52 2E
Octal 254 25 326 24 132 0 20 437 122 56
Binary 10101100 10101 11010110 10100 1011010 0 10000 100011111 1010010 101110

Color Harmonies of #AC15D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15D6

Black with #AC15D6

Text Example


Text Example

White with #AC15D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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