#AD314E

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

Shades of Night Shadz #AD314E

Tints of Night Shadz #AD314E

Color information

#AD314E (or 0xAD314E) is unknown color: approx Night Shadz. HEX triplet: AD, 31 and 4E. RGB value is (173,49,78). Sum of RGB (Red+Green+Blue) = 173+49+78=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD314E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD314E is #52CEB1. Grayscale: #595959. Windows color (decimal): -5426866 or 5124525. OLE color: 5124525.

HSL color Cylindrical-coordinate representation of color #AD314E: hue angle of 345.97º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD314E is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB1734978-
CMYK00.720.550.32
HSL345.97º55.86%43.53%-
HSV(B)345.97º71.68%67.84%-
XYZ19.7111.638.41-
YUV89.38121.58187.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.67%
GREEN value IS 49 (19.53% from 255) = 16.33%
BLUE value IS 78 (30.86% from 255) = 26%
R=57.67%
G=16.33%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173497800.720.550.32345.9755.8643.53
HexAD314E048372015a382c
Octal25561116011067405327054
Binary10101101110001100111001001000110111100000101011010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD314E; }

 p { color: rgb(173,49,78); }

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

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

 a { background-color: rgb(173,49,78); }

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

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

 span { border-color: rgb(173,49,78); }

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