Html Css Color HEX #AC11CB Dark Violet

📋 copy color: '#AC11CB'

red 172 ◦ green 17 ◦ blue 203

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

Shades of Dark Violet #AC11CB

Tints of Dark Violet #AC11CB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.34%

 BLUE value IS 203 (79.69% from 255) = 51.79%

R = 43.88%
G = 4.34%
B = 51.79%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC11CB (or 0xAC11CB) is known color: Dark Violet. HEX triplet: AC, 11 and CB. RGB value is (172,17,203). Sum of RGB (Red+Green+Blue) = 172+17+203=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC11CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC11CB is #53EE34. Grayscale: #535353. Windows color (decimal): -5500469 or 13308332. OLE color: 13308332.

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

Color convert

RGB 172 17 203 -
CMYK 0.15 0.92 0 0.20
HSL 290º 0.85% 0.43% -
HSV(B) 290º 0.92% 0.8% -
XYZ 27.99 13.48 57.63 -
YUV 84.55 194.85 190.38 -
System Red Green Blue C M Y K H S L
Decimal 172 17 203 0.15 0.92 0 0.20 290 0.85 0.43
Hex AC 11 CB F 5C 0 14 122 55 2B
Octal 254 21 313 17 134 0 24 442 125 53
Binary 10101100 10001 11001011 1111 1011100 0 10100 100100010 1010101 101011

Color Harmonies of #AC11CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC11CB

Black with #AC11CB

Text Example


Text Example

White with #AC11CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC11CB; }

 p { color: rgb(172,17,203); }

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

background-color css

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

 a { background-color: rgb(172,17,203); }

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

border-color css

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

 span { border-color: rgb(172,17,203); }

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