Html Css Color HEX #AC15CB Dark Violet

📋 copy color: '#AC15CB'

red 172 ◦ green 21 ◦ blue 203

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

Shades of Dark Violet #AC15CB

Tints of Dark Violet #AC15CB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.3%

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

R = 43.43%
G = 5.3%
B = 51.26%

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

#AC15CB (or 0xAC15CB) is known color: Dark Violet. HEX triplet: AC, 15 and CB. RGB value is (172,21,203). Sum of RGB (Red+Green+Blue) = 172+21+203=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC15CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15CB is #53EA34. Grayscale: #565656. Windows color (decimal): -5499445 or 13309356. OLE color: 13309356.

HSL color Cylindrical-coordinate representation of color #AC15CB: hue angle of 289.78º degrees, saturation: 0.81, 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 #AC15CB is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 21 203 -
CMYK 0.15 0.90 0 0.20
HSL 289.78º 0.81% 0.44% -
HSV(B) 289.78º 0.9% 0.8% -
XYZ 28.06 13.62 57.65 -
YUV 86.9 193.53 188.7 -
System Red Green Blue C M Y K H S L
Decimal 172 21 203 0.15 0.90 0 0.20 289.78 0.81 0.44
Hex AC 15 CB F 5A 0 14 122 51 2C
Octal 254 25 313 17 132 0 24 442 121 54
Binary 10101100 10101 11001011 1111 1011010 0 10100 100100010 1010001 101100

Color Harmonies of #AC15CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15CB

Black with #AC15CB

Text Example


Text Example

White with #AC15CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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