#AF3957

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

Shades of Night Shadz #AF3957

Tints of Night Shadz #AF3957

Color information

#AF3957 (or 0xAF3957) is unknown color: approx Night Shadz. HEX triplet: AF, 39 and 57. RGB value is (175,57,87). Sum of RGB (Red+Green+Blue) = 175+57+87=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3957 is #50C6A8. Grayscale: #5F5F5F. Windows color (decimal): -5293737 or 5716399. OLE color: 5716399.

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

Color convert

RGB1755787-
CMYK00.670.500.31
HSL344.75º50.86%45.49%-
HSV(B)344.75º67.43%68.63%-
XYZ20.8612.7310.37-
YUV95.7123.09184.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.86%
GREEN value IS 57 (22.66% from 255) = 17.87%
BLUE value IS 87 (34.38% from 255) = 27.27%
R=54.86%
G=17.87%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175578700.670.500.31344.7550.8645.49
HexAF3957043321F159332d
Octal25771127010362375316355
Binary1010111111100110101110100001111001011111101011001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3957; }

 p { color: rgb(175,57,87); }

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

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

 a { background-color: rgb(175,57,87); }

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

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

 span { border-color: rgb(175,57,87); }

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