Html Css Color HEX #AD02BE Deep Magenta

📋 copy color: '#AD02BE'

red 173 ◦ green 2 ◦ blue 190

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

Shades of Deep Magenta #AD02BE

Tints of Deep Magenta #AD02BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 47.4%
G = 0.55%
B = 52.05%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD02BE (or 0xAD02BE) is known color: Deep Magenta. HEX triplet: AD, 02 and BE. RGB value is (173,2,190). Sum of RGB (Red+Green+Blue) = 173+2+190=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD02BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD02BE is #52FD41. Grayscale: #494949. Windows color (decimal): -5438786 or 12452525. OLE color: 12452525.

HSL color Cylindrical-coordinate representation of color #AD02BE: hue angle of 294.57º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02BE is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 2 190 -
CMYK 0.09 0.99 0 0.25
HSL 294.57º 0.98% 0.38% -
HSV(B) 294.57º 0.99% 0.75% -
XYZ 26.55 12.65 49.76 -
YUV 74.56 193.15 198.21 -
System Red Green Blue C M Y K H S L
Decimal 173 2 190 0.09 0.99 0 0.25 294.57 0.98 0.38
Hex AD 2 BE 9 63 0 19 127 62 26
Octal 255 2 276 11 143 0 31 447 142 46
Binary 10101101 10 10111110 1001 1100011 0 11001 100100111 1100010 100110

Color Harmonies of #AD02BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02BE

Black with #AD02BE

Text Example


Text Example

White with #AD02BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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