#AF2F56

Color #AF2F56 Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #AF2F56

Tints of Night Shadz #AF2F56

Color information

#AF2F56 (or 0xAF2F56) is unknown color: approx Night Shadz. HEX triplet: AF, 2F and 56. RGB value is (175,47,86). Sum of RGB (Red+Green+Blue) = 175+47+86=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2F56 is #50D0A9. Grayscale: #595959. Windows color (decimal): -5296298 or 5648303. OLE color: 5648303.

HSL color Cylindrical-coordinate representation of color #AF2F56: hue angle of 341.72º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF2F56 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB1754786-
CMYK00.730.510.31
HSL341.72º57.66%43.53%-
HSV(B)341.72º73.14%68.63%-
XYZ20.3811.8210.01-
YUV89.72125.91188.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.82%
GREEN value IS 47 (18.75% from 255) = 15.26%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=56.82%
G=15.26%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175478600.730.510.31341.7257.6643.53
HexAF2F56049331F1563a2c
Octal25757126011163375267254
Binary1010111110111110101100100100111001111111101010110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2F56; }

 p { color: rgb(175,47,86); }

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

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

 a { background-color: rgb(175,47,86); }

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

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

 span { border-color: rgb(175,47,86); }

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