Html Css Color HEX #AC0DBE Deep Magenta

📋 copy color: '#AC0DBE'

red 172 ◦ green 13 ◦ blue 190

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

Shades of Deep Magenta #AC0DBE

Tints of Deep Magenta #AC0DBE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.47%

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 45.87%
G = 3.47%
B = 50.67%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC0DBE (or 0xAC0DBE) is known color: Deep Magenta. HEX triplet: AC, 0D and BE. RGB value is (172,13,190). Sum of RGB (Red+Green+Blue) = 172+13+190=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC0DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DBE is #53F241. Grayscale: #505050. Windows color (decimal): -5501506 or 12455340. OLE color: 12455340.

HSL color Cylindrical-coordinate representation of color #AC0DBE: hue angle of 293.9º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0DBE is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 13 190 -
CMYK 0.09 0.93 0 0.25
HSL 293.9º 0.87% 0.4% -
HSV(B) 293.9º 0.93% 0.75% -
XYZ 26.45 12.78 49.79 -
YUV 80.72 189.68 193.11 -
System Red Green Blue C M Y K H S L
Decimal 172 13 190 0.09 0.93 0 0.25 293.9 0.87 0.4
Hex AC D BE 9 5D 0 19 126 57 28
Octal 254 15 276 11 135 0 31 446 127 50
Binary 10101100 1101 10111110 1001 1011101 0 11001 100100110 1010111 101000

Color Harmonies of #AC0DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DBE

Black with #AC0DBE

Text Example


Text Example

White with #AC0DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DBE; }

 p { color: rgb(172,13,190); }

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

background-color css

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

 a { background-color: rgb(172,13,190); }

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

border-color css

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

 span { border-color: rgb(172,13,190); }

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