Html Css Color HEX #AF05AA Deep Magenta

📋 copy color: '#AF05AA'

red 175 ◦ green 5 ◦ blue 170

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

Shades of Deep Magenta #AF05AA

Tints of Deep Magenta #AF05AA

RGB

 RED value IS 175 (68.75% from 255) = 50%

 GREEN value IS 5 (2.34% from 255) = 1.43%

 BLUE value IS 170 (66.8% from 255) = 48.57%

R = 50%
G = 1.43%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF05AA (or 0xAF05AA) is known color: Deep Magenta. HEX triplet: AF, 05 and AA. RGB value is (175,5,170). Sum of RGB (Red+Green+Blue) = 175+5+170=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF05AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF05AA is #50FA55. Grayscale: #4A4A4A. Windows color (decimal): -5306966 or 11142575. OLE color: 11142575.

HSL color Cylindrical-coordinate representation of color #AF05AA: hue angle of 301.76º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF05AA is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 5 170 -
CMYK 0 0.97 0.03 0.31
HSL 301.76º 0.94% 0.35% -
HSV(B) 301.76º 0.97% 0.69% -
XYZ 24.99 12.12 39.05 -
YUV 74.64 181.82 199.58 -
System Red Green Blue C M Y K H S L
Decimal 175 5 170 0 0.97 0.03 0.31 301.76 0.94 0.35
Hex AF 5 AA 0 61 3 1F 12E 5E 23
Octal 257 5 252 0 141 3 37 456 136 43
Binary 10101111 101 10101010 0 1100001 11 11111 100101110 1011110 100011

Color Harmonies of #AF05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF05AA

Black with #AF05AA

Text Example


Text Example

White with #AF05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF05AA; }

 p { color: rgb(175,5,170); }

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

background-color css

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

 a { background-color: rgb(175,5,170); }

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

border-color css

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

 span { border-color: rgb(175,5,170); }

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