#AE1057

Color #AE1057 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AE1057

Tints of Jazzberry Jam #AE1057

Color information

#AE1057 (or 0xAE1057) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 10 and 57. RGB value is (174,16,87). Sum of RGB (Red+Green+Blue) = 174+16+87=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1057 is #51EFA8. Grayscale: #474747. Windows color (decimal): -5369769 or 5705902. OLE color: 5705902.

HSL color Cylindrical-coordinate representation of color #AE1057: hue angle of 333.04º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE1057 is Cyan = 0, Magento = 0.91, Yellow = 0.5 and Black (K on CMYK) = 0.32.

Color convert

RGB1741687-
CMYK00.910.50.32
HSL333.04º83.16%37.25%-
HSV(B)333.04º90.8%68.24%-
XYZ19.3610.069.94-
YUV71.34136.85201.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.82%
GREEN value IS 16 (6.64% from 255) = 5.78%
BLUE value IS 87 (34.38% from 255) = 31.41%
R=62.82%
G=5.78%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174168700.910.50.32333.0483.1637.25
HexAE105705B322014d5325
Octal256201270133624051512345
Binary10101110100001010111010110111100101000001010011011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1057; }

 p { color: rgb(174,16,87); }

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

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

 a { background-color: rgb(174,16,87); }

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

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

 span { border-color: rgb(174,16,87); }

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