Html Css Color HEX #AC15D4 Dark Violet

📋 copy color: '#AC15D4'

red 172 ◦ green 21 ◦ blue 212

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

Shades of Dark Violet #AC15D4

Tints of Dark Violet #AC15D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 52.35%

R = 42.47%
G = 5.19%
B = 52.35%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AC15D4 (or 0xAC15D4) is known color: Dark Violet. HEX triplet: AC, 15 and D4. RGB value is (172,21,212). Sum of RGB (Red+Green+Blue) = 172+21+212=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 212 (83.20% from 255 or 52.35% from 405); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC15D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15D4 is #53EA2B. Grayscale: #575757. Windows color (decimal): -5499436 or 13899180. OLE color: 13899180.

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

Color convert

RGB 172 21 212 -
CMYK 0.19 0.90 0 0.17
HSL 287.43º 0.82% 0.46% -
HSV(B) 287.43º 0.9% 0.83% -
XYZ 29.17 14.06 63.46 -
YUV 87.92 198.03 187.97 -
System Red Green Blue C M Y K H S L
Decimal 172 21 212 0.19 0.90 0 0.17 287.43 0.82 0.46
Hex AC 15 D4 13 5A 0 11 11F 52 2E
Octal 254 25 324 23 132 0 21 437 122 56
Binary 10101100 10101 11010100 10011 1011010 0 10001 100011111 1010010 101110

Color Harmonies of #AC15D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15D4

Black with #AC15D4

Text Example


Text Example

White with #AC15D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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