Html Css Color HEX #AC01D8 Dark Violet

📋 copy color: '#AC01D8'

red 172 ◦ green 1 ◦ blue 216

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

Shades of Dark Violet #AC01D8

Tints of Dark Violet #AC01D8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 44.22%
G = 0.26%
B = 55.53%

CMYK

 C value IS 0.20

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC01D8 (or 0xAC01D8) is known color: Dark Violet. HEX triplet: AC, 01 and D8. RGB value is (172,1,216). Sum of RGB (Red+Green+Blue) = 172+1+216=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 216 (84.77% from 255 or 55.53% from 389); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC01D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01D8 is #53FE27. Grayscale: #4B4B4B. Windows color (decimal): -5504552 or 14156204. OLE color: 14156204.

HSL color Cylindrical-coordinate representation of color #AC01D8: hue angle of 287.72º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC01D8 is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 1 216 -
CMYK 0.20 1.00 0 0.15
HSL 287.72º 0.99% 0.43% -
HSV(B) 287.72º 1% 0.85% -
XYZ 29.42 13.75 66.07 -
YUV 76.64 206.65 196.02 -
System Red Green Blue C M Y K H S L
Decimal 172 1 216 0.20 1.00 0 0.15 287.72 0.99 0.43
Hex AC 1 D8 14 64 0 F 120 63 2B
Octal 254 1 330 24 144 0 17 440 143 53
Binary 10101100 1 11011000 10100 1100100 0 1111 100100000 1100011 101011

Color Harmonies of #AC01D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC01D8

Black with #AC01D8

Text Example


Text Example

White with #AC01D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC01D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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