Html Css Color HEX #AC01BF Dark Violet

📋 copy color: '#AC01BF'

red 172 ◦ green 1 ◦ blue 191

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

Shades of Dark Violet #AC01BF

Tints of Dark Violet #AC01BF

RGB

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

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

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

R = 47.25%
G = 0.27%
B = 52.47%

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

#AC01BF (or 0xAC01BF) is known color: Dark Violet. HEX triplet: AC, 01 and BF. RGB value is (172,1,191). Sum of RGB (Red+Green+Blue) = 172+1+191=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC01BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01BF is #53FE40. Grayscale: #494949. Windows color (decimal): -5504577 or 12517804. OLE color: 12517804.

HSL color Cylindrical-coordinate representation of color #AC01BF: hue angle of 294º 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 #AC01BF is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 1 191 -
CMYK 0.10 0.99 0 0.25
HSL 294º 0.99% 0.38% -
HSV(B) 294º 0.99% 0.75% -
XYZ 26.43 12.55 50.32 -
YUV 73.79 194.15 198.05 -
System Red Green Blue C M Y K H S L
Decimal 172 1 191 0.10 0.99 0 0.25 294 0.99 0.38
Hex AC 1 BF A 63 0 19 126 63 26
Octal 254 1 277 12 143 0 31 446 143 46
Binary 10101100 1 10111111 1010 1100011 0 11001 100100110 1100011 100110

Color Harmonies of #AC01BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC01BF

Black with #AC01BF

Text Example


Text Example

White with #AC01BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC01BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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