Html Css Color HEX #AD0FAF Deep Magenta

📋 copy color: '#AD0FAF'

red 173 ◦ green 15 ◦ blue 175

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

Shades of Deep Magenta #AD0FAF

Tints of Deep Magenta #AD0FAF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.13%

 BLUE value IS 175 (68.75% from 255) = 48.21%

R = 47.66%
G = 4.13%
B = 48.21%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD0FAF (or 0xAD0FAF) is known color: Deep Magenta. HEX triplet: AD, 0F and AF. RGB value is (173,15,175). Sum of RGB (Red+Green+Blue) = 173+15+175=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD0FAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0FAF is #52F050. Grayscale: #505050. Windows color (decimal): -5435473 or 11472813. OLE color: 11472813.

HSL color Cylindrical-coordinate representation of color #AD0FAF: hue angle of 299.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD0FAF is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 15 175 -
CMYK 0.01 0.91 0 0.31
HSL 299.25º 0.84% 0.37% -
HSV(B) 299.25º 0.91% 0.69% -
XYZ 25.14 12.32 41.61 -
YUV 80.48 181.35 193.99 -
System Red Green Blue C M Y K H S L
Decimal 173 15 175 0.01 0.91 0 0.31 299.25 0.84 0.37
Hex AD F AF 1 5B 0 1F 12B 54 25
Octal 255 17 257 1 133 0 37 453 124 45
Binary 10101101 1111 10101111 1 1011011 0 11111 100101011 1010100 100101

Color Harmonies of #AD0FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0FAF

Black with #AD0FAF

Text Example


Text Example

White with #AD0FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0FAF; }

 p { color: rgb(173,15,175); }

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

background-color css

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

 a { background-color: rgb(173,15,175); }

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

border-color css

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

 span { border-color: rgb(173,15,175); }

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