#AD2F58

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

Shades of Night Shadz #AD2F58

Tints of Night Shadz #AD2F58

Color information

#AD2F58 (or 0xAD2F58) is unknown color: approx Night Shadz. HEX triplet: AD, 2F and 58. RGB value is (173,47,88). Sum of RGB (Red+Green+Blue) = 173+47+88=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2F58 is #52D0A7. Grayscale: #595959. Windows color (decimal): -5427368 or 5779373. OLE color: 5779373.

HSL color Cylindrical-coordinate representation of color #AD2F58: hue angle of 340.48º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD2F58 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB1734788-
CMYK00.730.490.32
HSL340.48º57.27%43.14%-
HSV(B)340.48º72.83%67.84%-
XYZ20.0111.6210.42-
YUV89.35127.24187.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.17%
GREEN value IS 47 (18.75% from 255) = 15.26%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=56.17%
G=15.26%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173478800.730.490.32340.4857.2743.14
HexAD2F580493120154392b
Octal25557130011161405247153
Binary10101101101111101100001001001110001100000101010100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2F58; }

 p { color: rgb(173,47,88); }

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

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

 a { background-color: rgb(173,47,88); }

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

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

 span { border-color: rgb(173,47,88); }

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