Html Css Color HEX #AC14CB Dark Violet

📋 copy color: '#AC14CB'

red 172 ◦ green 20 ◦ blue 203

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

Shades of Dark Violet #AC14CB

Tints of Dark Violet #AC14CB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.06%

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

R = 43.54%
G = 5.06%
B = 51.39%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC14CB (or 0xAC14CB) is known color: Dark Violet. HEX triplet: AC, 14 and CB. RGB value is (172,20,203). Sum of RGB (Red+Green+Blue) = 172+20+203=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC14CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14CB is #53EB34. Grayscale: #555555. Windows color (decimal): -5499701 or 13309100. OLE color: 13309100.

HSL color Cylindrical-coordinate representation of color #AC14CB: hue angle of 289.84º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC14CB is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 20 203 -
CMYK 0.15 0.90 0 0.20
HSL 289.84º 0.82% 0.44% -
HSV(B) 289.84º 0.9% 0.8% -
XYZ 28.04 13.58 57.64 -
YUV 86.31 193.86 189.12 -
System Red Green Blue C M Y K H S L
Decimal 172 20 203 0.15 0.90 0 0.20 289.84 0.82 0.44
Hex AC 14 CB F 5A 0 14 122 52 2C
Octal 254 24 313 17 132 0 24 442 122 54
Binary 10101100 10100 11001011 1111 1011010 0 10100 100100010 1010010 101100

Color Harmonies of #AC14CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC14CB

Black with #AC14CB

Text Example


Text Example

White with #AC14CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC14CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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