#AF3D4E

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

Shades of Night Shadz #AF3D4E

Tints of Night Shadz #AF3D4E

Color information

#AF3D4E (or 0xAF3D4E) is unknown color: approx Night Shadz. HEX triplet: AF, 3D and 4E. RGB value is (175,61,78). Sum of RGB (Red+Green+Blue) = 175+61+78=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3D4E is #50C2B1. Grayscale: #616161. Windows color (decimal): -5292722 or 5127599. OLE color: 5127599.

HSL color Cylindrical-coordinate representation of color #AF3D4E: hue angle of 351.05º 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 #AF3D4E is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1756178-
CMYK00.650.550.31
HSL351.05º48.31%46.27%-
HSV(B)351.05º65.14%68.63%-
XYZ20.72138.63-
YUV97.02117.27183.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.73%
GREEN value IS 61 (24.22% from 255) = 19.43%
BLUE value IS 78 (30.86% from 255) = 24.84%
R=55.73%
G=19.43%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175617800.650.550.31351.0548.3146.27
HexAF3D4E041371F15f302e
Octal25775116010167375376056
Binary1010111111110110011100100000111011111111101011111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3D4E; }

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

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

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

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

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

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

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

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