Html Css Color HEX #AC00BF Dark Violet

📋 copy color: '#AC00BF'

red 172 ◦ green 0 ◦ blue 191

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

Shades of Dark Violet #AC00BF

Tints of Dark Violet #AC00BF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.38%
G = 0%
B = 52.62%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC00BF (or 0xAC00BF) is known color: Dark Violet. HEX triplet: AC, 00 and BF. RGB value is (172,0,191). Sum of RGB (Red+Green+Blue) = 172+0+191=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC00BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00BF is #53FF40. Grayscale: #484848. Windows color (decimal): -5504833 or 12517548. OLE color: 12517548.

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

Color convert

RGB 172 0 191 -
CMYK 0.10 1 0 0.25
HSL 294.03º 1% 0.37% -
HSV(B) 294.03º 1% 0.75% -
XYZ 26.42 12.53 50.32 -
YUV 73.2 194.48 198.47 -
System Red Green Blue C M Y K H S L
Decimal 172 0 191 0.10 1 0 0.25 294.03 1 0.37
Hex AC 0 BF A 64 0 19 126 64 25
Octal 254 0 277 12 144 0 31 446 144 45
Binary 10101100 0 10111111 1010 1100100 0 11001 100100110 1100100 100101

Color Harmonies of #AC00BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC00BF

Black with #AC00BF

Text Example


Text Example

White with #AC00BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC00BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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