#AE3158

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

Shades of Night Shadz #AE3158

Tints of Night Shadz #AE3158

Color information

#AE3158 (or 0xAE3158) is unknown color: approx Night Shadz. HEX triplet: AE, 31 and 58. RGB value is (174,49,88). Sum of RGB (Red+Green+Blue) = 174+49+88=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3158 is #51CEA7. Grayscale: #5A5A5A. Windows color (decimal): -5361320 or 5779886. OLE color: 5779886.

HSL color Cylindrical-coordinate representation of color #AE3158: hue angle of 341.28º 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 #AE3158 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB1744988-
CMYK00.720.490.32
HSL341.28º56.05%43.73%-
HSV(B)341.28º71.84%68.24%-
XYZ20.3211.910.46-
YUV90.82126.41187.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.95%
GREEN value IS 49 (19.53% from 255) = 15.76%
BLUE value IS 88 (34.77% from 255) = 28.30%
R=55.95%
G=15.76%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174498800.720.490.32341.2856.0543.73
HexAE31580483120155382c
Octal25661130011061405257054
Binary10101110110001101100001001000110001100000101010101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3158; }

 p { color: rgb(174,49,88); }

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

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

 a { background-color: rgb(174,49,88); }

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

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

 span { border-color: rgb(174,49,88); }

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