#AF3C52

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

Shades of Night Shadz #AF3C52

Tints of Night Shadz #AF3C52

Color information

#AF3C52 (or 0xAF3C52) is unknown color: approx Night Shadz. HEX triplet: AF, 3C and 52. RGB value is (175,60,82). Sum of RGB (Red+Green+Blue) = 175+60+82=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3C52 is #50C3AD. Grayscale: #606060. Windows color (decimal): -5292974 or 5389487. OLE color: 5389487.

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

Color convert

RGB1756082-
CMYK00.660.530.31
HSL348.52º48.94%46.08%-
HSV(B)348.52º65.71%68.63%-
XYZ20.8212.959.39-
YUV96.89119.6183.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.21%
GREEN value IS 60 (23.83% from 255) = 18.93%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=55.21%
G=18.93%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175608200.660.530.31348.5248.9446.08
HexAF3C52042351F15d312e
Octal25774122010265375356156
Binary1010111111110010100100100001011010111111101011101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3C52; }

 p { color: rgb(175,60,82); }

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

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

 a { background-color: rgb(175,60,82); }

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

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

 span { border-color: rgb(175,60,82); }

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