Html Css Color HEX #AD02B3 Deep Magenta

📋 copy color: '#AD02B3'

red 173 ◦ green 2 ◦ blue 179

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

Shades of Deep Magenta #AD02B3

Tints of Deep Magenta #AD02B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.56%

R = 48.87%
G = 0.56%
B = 50.56%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD02B3 (or 0xAD02B3) is known color: Deep Magenta. HEX triplet: AD, 02 and B3. RGB value is (173,2,179). Sum of RGB (Red+Green+Blue) = 173+2+179=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD02B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD02B3 is #52FD4C. Grayscale: #484848. Windows color (decimal): -5438797 or 11731629. OLE color: 11731629.

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

Color convert

RGB 173 2 179 -
CMYK 0.03 0.99 0 0.30
HSL 297.97º 0.98% 0.35% -
HSV(B) 297.97º 0.99% 0.7% -
XYZ 25.39 12.18 43.66 -
YUV 73.31 187.65 199.11 -
System Red Green Blue C M Y K H S L
Decimal 173 2 179 0.03 0.99 0 0.30 297.97 0.98 0.35
Hex AD 2 B3 3 63 0 1E 12A 62 23
Octal 255 2 263 3 143 0 36 452 142 43
Binary 10101101 10 10110011 11 1100011 0 11110 100101010 1100010 100011

Color Harmonies of #AD02B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02B3

Black with #AD02B3

Text Example


Text Example

White with #AD02B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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