#AC0CBD

Color #AC0CBD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AC0CBD

Tints of Deep Magenta #AC0CBD

Color information

#AC0CBD (or 0xAC0CBD) is unknown color: approx Deep Magenta. HEX triplet: AC, 0C and BD. RGB value is (172,12,189). Sum of RGB (Red+Green+Blue) = 172+12+189=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC0CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CBD is #53F342. Grayscale: #4F4F4F. Windows color (decimal): -5501763 or 12389548. OLE color: 12389548.

HSL color Cylindrical-coordinate representation of color #AC0CBD: hue angle of 294.24º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0CBD is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17212189-
CMYK0.090.9400.26
HSL294.24º88.06%39.41%-
HSV(B)294.24º93.65%74.12%-
XYZ26.3312.7149.21-
YUV80.02189.51193.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.11%
GREEN value IS 12 (5.08% from 255) = 3.22%
BLUE value IS 189 (74.22% from 255) = 50.67%
R=46.11%
G=3.22%
B=50.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172121890.090.9400.26294.2488.0639.41
HexACCBD95E01A1265827
Octal254142751113603244613047
Binary10101100110010111101100110111100110101001001101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0CBD; }

 p { color: rgb(172,12,189); }

 H1.HeaderClassName
 {
   color: #AC0CBD;
 }
 .AnyTagClassName
 {
   color: #AC0CBD;
 }
</style>
background-color css

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

 a { background-color: rgb(172,12,189); }

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

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

 span { border-color: rgb(172,12,189); }

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