#AF3551

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

Shades of Night Shadz #AF3551

Tints of Night Shadz #AF3551

Color information

#AF3551 (or 0xAF3551) is unknown color: approx Night Shadz. HEX triplet: AF, 35 and 51. RGB value is (175,53,81). Sum of RGB (Red+Green+Blue) = 175+53+81=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3551 is #50CAAE. Grayscale: #5C5C5C. Windows color (decimal): -5294767 or 5322159. OLE color: 5322159.

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

Color convert

RGB1755381-
CMYK00.700.540.31
HSL346.23º53.51%44.71%-
HSV(B)346.23º69.71%68.63%-
XYZ20.4412.259.07-
YUV92.67121.42186.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.63%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 81 (32.03% from 255) = 26.21%
R=56.63%
G=17.15%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175538100.700.540.31346.2353.5144.71
HexAF3551046361F15a362d
Octal25765121010666375326655
Binary1010111111010110100010100011011011011111101011010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3551; }

 p { color: rgb(175,53,81); }

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

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

 a { background-color: rgb(175,53,81); }

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

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

 span { border-color: rgb(175,53,81); }

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