#AE1353

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

Shades of Jazzberry Jam #AE1353

Tints of Jazzberry Jam #AE1353

Color information

#AE1353 (or 0xAE1353) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 13 and 53. RGB value is (174,19,83). Sum of RGB (Red+Green+Blue) = 174+19+83=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1353 is #51ECAC. Grayscale: #484848. Windows color (decimal): -5369005 or 5444526. OLE color: 5444526.

HSL color Cylindrical-coordinate representation of color #AE1353: hue angle of 335.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1353 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB1741983-
CMYK00.890.520.32
HSL335.23º80.31%37.84%-
HSV(B)335.23º89.08%68.24%-
XYZ19.2510.099.12-
YUV72.64133.85200.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.04%
GREEN value IS 19 (7.81% from 255) = 6.88%
BLUE value IS 83 (32.81% from 255) = 30.07%
R=63.04%
G=6.88%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174198300.890.520.32335.2380.3137.84
HexAE1353059342014f5026
Octal256231230131644051712046
Binary10101110100111010011010110011101001000001010011111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1353; }

 p { color: rgb(174,19,83); }

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

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

 a { background-color: rgb(174,19,83); }

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

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

 span { border-color: rgb(174,19,83); }

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