Html Css Color HEX #AD02B1 Deep Magenta

📋 copy color: '#AD02B1'

red 173 ◦ green 2 ◦ blue 177

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

Shades of Deep Magenta #AD02B1

Tints of Deep Magenta #AD02B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 50.28%

R = 49.15%
G = 0.57%
B = 50.28%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD02B1 (or 0xAD02B1) is known color: Deep Magenta. HEX triplet: AD, 02 and B1. RGB value is (173,2,177). Sum of RGB (Red+Green+Blue) = 173+2+177=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD02B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD02B1 is #52FD4E. Grayscale: #484848. Windows color (decimal): -5438799 or 11600557. OLE color: 11600557.

HSL color Cylindrical-coordinate representation of color #AD02B1: hue angle of 298.63º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02B1 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 2 177 -
CMYK 0.02 0.99 0 0.31
HSL 298.63º 0.98% 0.35% -
HSV(B) 298.63º 0.99% 0.69% -
XYZ 25.19 12.1 42.6 -
YUV 73.08 186.65 199.27 -
System Red Green Blue C M Y K H S L
Decimal 173 2 177 0.02 0.99 0 0.31 298.63 0.98 0.35
Hex AD 2 B1 2 63 0 1F 12B 62 23
Octal 255 2 261 2 143 0 37 453 142 43
Binary 10101101 10 10110001 10 1100011 0 11111 100101011 1100010 100011

Color Harmonies of #AD02B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02B1

Black with #AD02B1

Text Example


Text Example

White with #AD02B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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