#AF384A

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

Shades of Night Shadz #AF384A

Tints of Night Shadz #AF384A

Color information

#AF384A (or 0xAF384A) is unknown color: approx Night Shadz. HEX triplet: AF, 38 and 4A. RGB value is (175,56,74). Sum of RGB (Red+Green+Blue) = 175+56+74=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF384A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF384A is #50C7B5. Grayscale: #5D5D5D. Windows color (decimal): -5294006 or 4864175. OLE color: 4864175.

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

Color convert

RGB1755674-
CMYK00.680.580.31
HSL350.92º51.52%45.29%-
HSV(B)350.92º68%68.63%-
XYZ20.3312.447.81-
YUV93.63116.92186.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.38%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=57.38%
G=18.36%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175567400.680.580.31350.9251.5245.29
HexAF384A0443A1F15f342d
Octal25770112010472375376455
Binary1010111111100010010100100010011101011111101011111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF384A; }

 p { color: rgb(175,56,74); }

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

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

 a { background-color: rgb(175,56,74); }

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

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

 span { border-color: rgb(175,56,74); }

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