#AF3D57

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

Shades of Night Shadz #AF3D57

Tints of Night Shadz #AF3D57

Color information

#AF3D57 (or 0xAF3D57) is unknown color: approx Night Shadz. HEX triplet: AF, 3D and 57. RGB value is (175,61,87). Sum of RGB (Red+Green+Blue) = 175+61+87=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3D57 is #50C2A8. Grayscale: #626262. Windows color (decimal): -5292713 or 5717423. OLE color: 5717423.

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

Color convert

RGB1756187-
CMYK00.650.500.31
HSL346.32º48.31%46.27%-
HSV(B)346.32º65.14%68.63%-
XYZ21.0713.1410.44-
YUV98.05121.77182.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.18%
GREEN value IS 61 (24.22% from 255) = 18.89%
BLUE value IS 87 (34.38% from 255) = 26.93%
R=54.18%
G=18.89%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175618700.650.500.31346.3248.3146.27
HexAF3D57041321F15a302e
Octal25775127010162375326056
Binary1010111111110110101110100000111001011111101011010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3D57; }

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

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

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

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

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

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

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

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