Html Css Color HEX #AD10B8 Deep Magenta

📋 copy color: '#AD10B8'

red 173 ◦ green 16 ◦ blue 184

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

Shades of Deep Magenta #AD10B8

Tints of Deep Magenta #AD10B8

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.29%

 BLUE value IS 184 (72.27% from 255) = 49.33%

R = 46.38%
G = 4.29%
B = 49.33%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD10B8 (or 0xAD10B8) is known color: Deep Magenta. HEX triplet: AD, 10 and B8. RGB value is (173,16,184). Sum of RGB (Red+Green+Blue) = 173+16+184=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD10B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD10B8 is #52EF47. Grayscale: #515151. Windows color (decimal): -5435208 or 12062893. OLE color: 12062893.

HSL color Cylindrical-coordinate representation of color #AD10B8: hue angle of 296.07º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD10B8 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 16 184 -
CMYK 0.06 0.91 0 0.28
HSL 296.07º 0.84% 0.39% -
HSV(B) 296.07º 0.91% 0.72% -
XYZ 26.07 12.72 46.43 -
YUV 82.1 185.51 192.84 -
System Red Green Blue C M Y K H S L
Decimal 173 16 184 0.06 0.91 0 0.28 296.07 0.84 0.39
Hex AD 10 B8 6 5B 0 1C 128 54 27
Octal 255 20 270 6 133 0 34 450 124 47
Binary 10101101 10000 10111000 110 1011011 0 11100 100101000 1010100 100111

Color Harmonies of #AD10B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD10B8

Black with #AD10B8

Text Example


Text Example

White with #AD10B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD10B8; }

 p { color: rgb(173,16,184); }

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

background-color css

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

 a { background-color: rgb(173,16,184); }

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

border-color css

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

 span { border-color: rgb(173,16,184); }

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