Html Css Color HEX #AD0CBB Deep Magenta

📋 copy color: '#AD0CBB'

red 173 ◦ green 12 ◦ blue 187

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

Shades of Deep Magenta #AD0CBB

Tints of Deep Magenta #AD0CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.27%

R = 46.51%
G = 3.23%
B = 50.27%

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

#AD0CBB (or 0xAD0CBB) is known color: Deep Magenta. HEX triplet: AD, 0C and BB. RGB value is (173,12,187). Sum of RGB (Red+Green+Blue) = 173+12+187=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD0CBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CBB is #52F344. Grayscale: #4F4F4F. Windows color (decimal): -5436229 or 12258477. OLE color: 12258477.

HSL color Cylindrical-coordinate representation of color #AD0CBB: hue angle of 295.2º 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 #AD0CBB is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 12 187 -
CMYK 0.07 0.94 0 0.27
HSL 295.2º 0.88% 0.39% -
HSV(B) 295.2º 0.94% 0.73% -
XYZ 26.33 12.74 48.08 -
YUV 80.09 188.34 194.27 -
System Red Green Blue C M Y K H S L
Decimal 173 12 187 0.07 0.94 0 0.27 295.2 0.88 0.39
Hex AD C BB 7 5E 0 1B 127 58 27
Octal 255 14 273 7 136 0 33 447 130 47
Binary 10101101 1100 10111011 111 1011110 0 11011 100100111 1011000 100111

Color Harmonies of #AD0CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0CBB

Black with #AD0CBB

Text Example


Text Example

White with #AD0CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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