Html Css Color HEX #AD0CBA Deep Magenta

📋 copy color: '#AD0CBA'

red 173 ◦ green 12 ◦ blue 186

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

Shades of Deep Magenta #AD0CBA

Tints of Deep Magenta #AD0CBA

RGB

 RED value IS 173 (67.97% from 255) = 46.63%

 GREEN value IS 12 (5.08% from 255) = 3.23%

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 46.63%
G = 3.23%
B = 50.13%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD0CBA (or 0xAD0CBA) is known color: Deep Magenta. HEX triplet: AD, 0C and BA. RGB value is (173,12,186). Sum of RGB (Red+Green+Blue) = 173+12+186=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD0CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CBA is #52F345. Grayscale: #4F4F4F. Windows color (decimal): -5436230 or 12192941. OLE color: 12192941.

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

Color convert

RGB 173 12 186 -
CMYK 0.07 0.94 0 0.27
HSL 295.52º 0.88% 0.39% -
HSV(B) 295.52º 0.94% 0.73% -
XYZ 26.23 12.69 47.52 -
YUV 79.98 187.84 194.35 -
System Red Green Blue C M Y K H S L
Decimal 173 12 186 0.07 0.94 0 0.27 295.52 0.88 0.39
Hex AD C BA 7 5E 0 1B 128 58 27
Octal 255 14 272 7 136 0 33 450 130 47
Binary 10101101 1100 10111010 111 1011110 0 11011 100101000 1011000 100111

Color Harmonies of #AD0CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0CBA

Black with #AD0CBA

Text Example


Text Example

White with #AD0CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0CBA; }

 p { color: rgb(173,12,186); }

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

background-color css

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

 a { background-color: rgb(173,12,186); }

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

border-color css

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

 span { border-color: rgb(173,12,186); }

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