Html Css Color HEX #AF05AB Deep Magenta

📋 copy color: '#AF05AB'

red 175 ◦ green 5 ◦ blue 171

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

Shades of Deep Magenta #AF05AB

Tints of Deep Magenta #AF05AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.72%

R = 49.86%
G = 1.42%
B = 48.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF05AB (or 0xAF05AB) is known color: Deep Magenta. HEX triplet: AF, 05 and AB. RGB value is (175,5,171). Sum of RGB (Red+Green+Blue) = 175+5+171=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF05AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF05AB is #50FA54. Grayscale: #4A4A4A. Windows color (decimal): -5306965 or 11208111. OLE color: 11208111.

HSL color Cylindrical-coordinate representation of color #AF05AB: hue angle of 301.41º 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 #AF05AB is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 5 171 -
CMYK 0 0.97 0.02 0.31
HSL 301.41º 0.94% 0.35% -
HSV(B) 301.41º 0.97% 0.69% -
XYZ 25.08 12.16 39.55 -
YUV 74.75 182.32 199.5 -
System Red Green Blue C M Y K H S L
Decimal 175 5 171 0 0.97 0.02 0.31 301.41 0.94 0.35
Hex AF 5 AB 0 61 2 1F 12D 5E 23
Octal 257 5 253 0 141 2 37 455 136 43
Binary 10101111 101 10101011 0 1100001 10 11111 100101101 1011110 100011

Color Harmonies of #AF05AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF05AB

Black with #AF05AB

Text Example


Text Example

White with #AF05AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF05AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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