Html Css Color HEX #AD02B9 Deep Magenta

📋 copy color: '#AD02B9'

red 173 ◦ green 2 ◦ blue 185

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

Shades of Deep Magenta #AD02B9

Tints of Deep Magenta #AD02B9

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 185 (72.66% from 255) = 51.39%

R = 48.06%
G = 0.56%
B = 51.39%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD02B9 (or 0xAD02B9) is known color: Deep Magenta. HEX triplet: AD, 02 and B9. RGB value is (173,2,185). Sum of RGB (Red+Green+Blue) = 173+2+185=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD02B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD02B9 is #52FD46. Grayscale: #494949. Windows color (decimal): -5438791 or 12124845. OLE color: 12124845.

HSL color Cylindrical-coordinate representation of color #AD02B9: hue angle of 296.07º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02B9 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 2 185 -
CMYK 0.06 0.99 0 0.27
HSL 296.07º 0.98% 0.37% -
HSV(B) 296.07º 0.99% 0.73% -
XYZ 26.01 12.43 46.93 -
YUV 73.99 190.65 198.62 -
System Red Green Blue C M Y K H S L
Decimal 173 2 185 0.06 0.99 0 0.27 296.07 0.98 0.37
Hex AD 2 B9 6 63 0 1B 128 62 25
Octal 255 2 271 6 143 0 33 450 142 45
Binary 10101101 10 10111001 110 1100011 0 11011 100101000 1100010 100101

Color Harmonies of #AD02B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02B9

Black with #AD02B9

Text Example


Text Example

White with #AD02B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02B9; }

 p { color: rgb(173,2,185); }

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

background-color css

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

 a { background-color: rgb(173,2,185); }

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

border-color css

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

 span { border-color: rgb(173,2,185); }

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