Html Css Color HEX #AD10B2 Deep Magenta

📋 copy color: '#AD10B2'

red 173 ◦ green 16 ◦ blue 178

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

Shades of Deep Magenta #AD10B2

Tints of Deep Magenta #AD10B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.5%

R = 47.14%
G = 4.36%
B = 48.5%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD10B2 (or 0xAD10B2) is known color: Deep Magenta. HEX triplet: AD, 10 and B2. RGB value is (173,16,178). Sum of RGB (Red+Green+Blue) = 173+16+178=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD10B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD10B2 is #52EF4D. Grayscale: #505050. Windows color (decimal): -5435214 or 11669677. OLE color: 11669677.

HSL color Cylindrical-coordinate representation of color #AD10B2: hue angle of 298.15º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD10B2 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 16 178 -
CMYK 0.03 0.91 0 0.30
HSL 298.15º 0.84% 0.38% -
HSV(B) 298.15º 0.91% 0.7% -
XYZ 25.45 12.47 43.18 -
YUV 81.41 182.51 193.33 -
System Red Green Blue C M Y K H S L
Decimal 173 16 178 0.03 0.91 0 0.30 298.15 0.84 0.38
Hex AD 10 B2 3 5B 0 1E 12A 54 26
Octal 255 20 262 3 133 0 36 452 124 46
Binary 10101101 10000 10110010 11 1011011 0 11110 100101010 1010100 100110

Color Harmonies of #AD10B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD10B2

Black with #AD10B2

Text Example


Text Example

White with #AD10B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD10B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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