Html Css Color HEX #AC01C0 Dark Violet

📋 copy color: '#AC01C0'

red 172 ◦ green 1 ◦ blue 192

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

Shades of Dark Violet #AC01C0

Tints of Dark Violet #AC01C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.6%

R = 47.12%
G = 0.27%
B = 52.6%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC01C0 (or 0xAC01C0) is known color: Dark Violet. HEX triplet: AC, 01 and C0. RGB value is (172,1,192). Sum of RGB (Red+Green+Blue) = 172+1+192=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC01C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01C0 is #53FE3F. Grayscale: #494949. Windows color (decimal): -5504576 or 12583340. OLE color: 12583340.

HSL color Cylindrical-coordinate representation of color #AC01C0: hue angle of 293.72º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC01C0 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 1 192 -
CMYK 0.10 0.99 0 0.25
HSL 293.72º 0.99% 0.38% -
HSV(B) 293.72º 0.99% 0.75% -
XYZ 26.54 12.6 50.9 -
YUV 73.9 194.65 197.97 -
System Red Green Blue C M Y K H S L
Decimal 172 1 192 0.10 0.99 0 0.25 293.72 0.99 0.38
Hex AC 1 C0 A 63 0 19 126 63 26
Octal 254 1 300 12 143 0 31 446 143 46
Binary 10101100 1 11000000 1010 1100011 0 11001 100100110 1100011 100110

Color Harmonies of #AC01C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC01C0

Black with #AC01C0

Text Example


Text Example

White with #AC01C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC01C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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