Html Css Color HEX #AD02BB Deep Magenta

📋 copy color: '#AD02BB'

red 173 ◦ green 2 ◦ blue 187

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

Shades of Deep Magenta #AD02BB

Tints of Deep Magenta #AD02BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.66%

R = 47.79%
G = 0.55%
B = 51.66%

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

#AD02BB (or 0xAD02BB) is known color: Deep Magenta. HEX triplet: AD, 02 and BB. RGB value is (173,2,187). Sum of RGB (Red+Green+Blue) = 173+2+187=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD02BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD02BB is #52FD44. Grayscale: #494949. Windows color (decimal): -5438789 or 12255917. OLE color: 12255917.

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

Color convert

RGB 173 2 187 -
CMYK 0.07 0.99 0 0.27
HSL 295.46º 0.98% 0.37% -
HSV(B) 295.46º 0.99% 0.73% -
XYZ 26.22 12.52 48.05 -
YUV 74.22 191.65 198.46 -
System Red Green Blue C M Y K H S L
Decimal 173 2 187 0.07 0.99 0 0.27 295.46 0.98 0.37
Hex AD 2 BB 7 63 0 1B 127 62 25
Octal 255 2 273 7 143 0 33 447 142 45
Binary 10101101 10 10111011 111 1100011 0 11011 100100111 1100010 100101

Color Harmonies of #AD02BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02BB

Black with #AD02BB

Text Example


Text Example

White with #AD02BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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