#AF05B8

Color #AF05B8 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AF05B8

Tints of Deep Magenta #AF05B8

Color information

#AF05B8 (or 0xAF05B8) is unknown color: approx Deep Magenta. HEX triplet: AF, 05 and B8. RGB value is (175,5,184). Sum of RGB (Red+Green+Blue) = 175+5+184=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 184 (72.27% from 255 or 50.55% from 364); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF05B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF05B8 is #50FA47. Grayscale: #4B4B4B. Windows color (decimal): -5306952 or 12060079. OLE color: 12060079.

HSL color Cylindrical-coordinate representation of color #AF05B8: hue angle of 296.98º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF05B8 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1755184-
CMYK0.050.9700.28
HSL296.98º94.71%37.06%-
HSV(B)296.98º97.28%72.16%-
XYZ26.3912.6846.4-
YUV76.24188.82198.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.08%
GREEN value IS 5 (2.34% from 255) = 1.37%
BLUE value IS 184 (72.27% from 255) = 50.55%
R=48.08%
G=1.37%
B=50.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17551840.050.9700.28296.9894.7137.06
HexAF5B856101C1295f25
Octal2575270514103445113745
Binary101011111011011100010111000010111001001010011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF05B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF05B8; }

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

 H1.HeaderClassName
 {
   color: #AF05B8;
 }
 .AnyTagClassName
 {
   color: #AF05B8;
 }
</style>
background-color css

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

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

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

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

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

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