Html Css Color HEX #AC0CBD Deep Magenta

📋 copy color: '#AC0CBD'

red 172 ◦ green 12 ◦ blue 189

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

Shades of Deep Magenta #AC0CBD

Tints of Deep Magenta #AC0CBD

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 value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC0CBD (or 0xAC0CBD) is known color: 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

RGB 172 12 189 -
CMYK 0.09 0.94 0 0.26
HSL 294.24º 0.88% 0.39% -
HSV(B) 294.24º 0.94% 0.74% -
XYZ 26.33 12.71 49.21 -
YUV 80.02 189.51 193.61 -
System Red Green Blue C M Y K H S L
Decimal 172 12 189 0.09 0.94 0 0.26 294.24 0.88 0.39
Hex AC C BD 9 5E 0 1A 126 58 27
Octal 254 14 275 11 136 0 32 446 130 47
Binary 10101100 1100 10111101 1001 1011110 0 11010 100100110 1011000 100111

Color Harmonies of #AC0CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CBD

Black with #AC0CBD

Text Example


Text Example

White with #AC0CBD

Text Example


Text Example

HTML Codes & Css Web 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>