Html Css Color HEX #AD0CAB Deep Magenta

📋 copy color: '#AD0CAB'

red 173 ◦ green 12 ◦ blue 171

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

Shades of Deep Magenta #AD0CAB

Tints of Deep Magenta #AD0CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 48.6%
G = 3.37%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD0CAB (or 0xAD0CAB) is known color: Deep Magenta. HEX triplet: AD, 0C and AB. RGB value is (173,12,171). Sum of RGB (Red+Green+Blue) = 173+12+171=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0CAB is #52F354. Grayscale: #4D4D4D. Windows color (decimal): -5436245 or 11209901. OLE color: 11209901.

HSL color Cylindrical-coordinate representation of color #AD0CAB: hue angle of 300.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0CAB is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 12 171 -
CMYK 0 0.93 0.01 0.32
HSL 300.75º 0.87% 0.36% -
HSV(B) 300.75º 0.93% 0.68% -
XYZ 24.72 12.09 39.56 -
YUV 78.27 180.34 195.57 -
System Red Green Blue C M Y K H S L
Decimal 173 12 171 0 0.93 0.01 0.32 300.75 0.87 0.36
Hex AD C AB 0 5D 1 20 12D 57 24
Octal 255 14 253 0 135 1 40 455 127 44
Binary 10101101 1100 10101011 0 1011101 1 100000 100101101 1010111 100100

Color Harmonies of #AD0CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0CAB

Black with #AD0CAB

Text Example


Text Example

White with #AD0CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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