Html Css Color HEX #AC0ABF Dark Violet

📋 copy color: '#AC0ABF'

red 172 ◦ green 10 ◦ blue 191

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

Shades of Dark Violet #AC0ABF

Tints of Dark Violet #AC0ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.68%

 BLUE value IS 191 (75% from 255) = 51.21%

R = 46.11%
G = 2.68%
B = 51.21%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC0ABF (or 0xAC0ABF) is known color: Dark Violet. HEX triplet: AC, 0A and BF. RGB value is (172,10,191). Sum of RGB (Red+Green+Blue) = 172+10+191=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC0ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0ABF is #53F540. Grayscale: #4E4E4E. Windows color (decimal): -5502273 or 12520108. OLE color: 12520108.

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

Color convert

RGB 172 10 191 -
CMYK 0.10 0.95 0 0.25
HSL 293.7º 0.9% 0.39% -
HSV(B) 293.7º 0.95% 0.75% -
XYZ 26.53 12.75 50.35 -
YUV 79.07 191.17 194.28 -
System Red Green Blue C M Y K H S L
Decimal 172 10 191 0.10 0.95 0 0.25 293.7 0.9 0.39
Hex AC A BF A 5F 0 19 126 5A 27
Octal 254 12 277 12 137 0 31 446 132 47
Binary 10101100 1010 10111111 1010 1011111 0 11001 100100110 1011010 100111

Color Harmonies of #AC0ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0ABF

Black with #AC0ABF

Text Example


Text Example

White with #AC0ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0ABF; }

 p { color: rgb(172,10,191); }

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

background-color css

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

 a { background-color: rgb(172,10,191); }

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

border-color css

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

 span { border-color: rgb(172,10,191); }

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