Html Css Color HEX #AD02BA Deep Magenta

📋 copy color: '#AD02BA'

red 173 ◦ green 2 ◦ blue 186

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

Shades of Deep Magenta #AD02BA

Tints of Deep Magenta #AD02BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 47.92%
G = 0.55%
B = 51.52%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD02BA (or 0xAD02BA) is known color: Deep Magenta. HEX triplet: AD, 02 and BA. RGB value is (173,2,186). Sum of RGB (Red+Green+Blue) = 173+2+186=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD02BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD02BA is #52FD45. Grayscale: #494949. Windows color (decimal): -5438790 or 12190381. OLE color: 12190381.

HSL color Cylindrical-coordinate representation of color #AD02BA: hue angle of 295.76º 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 #AD02BA is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 2 186 -
CMYK 0.07 0.99 0 0.27
HSL 295.76º 0.98% 0.37% -
HSV(B) 295.76º 0.99% 0.73% -
XYZ 26.12 12.47 47.49 -
YUV 74.11 191.15 198.54 -
System Red Green Blue C M Y K H S L
Decimal 173 2 186 0.07 0.99 0 0.27 295.76 0.98 0.37
Hex AD 2 BA 7 63 0 1B 128 62 25
Octal 255 2 272 7 143 0 33 450 142 45
Binary 10101101 10 10111010 111 1100011 0 11011 100101000 1100010 100101

Color Harmonies of #AD02BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02BA

Black with #AD02BA

Text Example


Text Example

White with #AD02BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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