Html Css Color HEX #AC12CB Dark Violet

📋 copy color: '#AC12CB'

red 172 ◦ green 18 ◦ blue 203

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

Shades of Dark Violet #AC12CB

Tints of Dark Violet #AC12CB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.58%

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

R = 43.77%
G = 4.58%
B = 51.65%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC12CB (or 0xAC12CB) is known color: Dark Violet. HEX triplet: AC, 12 and CB. RGB value is (172,18,203). Sum of RGB (Red+Green+Blue) = 172+18+203=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC12CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC12CB is #53ED34. Grayscale: #545454. Windows color (decimal): -5500213 or 13308588. OLE color: 13308588.

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

Color convert

RGB 172 18 203 -
CMYK 0.15 0.91 0 0.20
HSL 289.95º 0.84% 0.43% -
HSV(B) 289.95º 0.91% 0.8% -
XYZ 28.01 13.52 57.63 -
YUV 85.14 194.52 189.96 -
System Red Green Blue C M Y K H S L
Decimal 172 18 203 0.15 0.91 0 0.20 289.95 0.84 0.43
Hex AC 12 CB F 5B 0 14 122 54 2B
Octal 254 22 313 17 133 0 24 442 124 53
Binary 10101100 10010 11001011 1111 1011011 0 10100 100100010 1010100 101011

Color Harmonies of #AC12CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC12CB

Black with #AC12CB

Text Example


Text Example

White with #AC12CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC12CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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