#AE1352

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

Shades of Jazzberry Jam #AE1352

Tints of Jazzberry Jam #AE1352

Color information

#AE1352 (or 0xAE1352) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 13 and 52. RGB value is (174,19,82). Sum of RGB (Red+Green+Blue) = 174+19+82=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1352 is #51ECAD. Grayscale: #484848. Windows color (decimal): -5369006 or 5378990. OLE color: 5378990.

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

Color convert

RGB1741982-
CMYK00.890.530.32
HSL335.61º80.31%37.84%-
HSV(B)335.61º89.08%68.24%-
XYZ19.2110.078.91-
YUV72.53133.35200.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.27%
GREEN value IS 19 (7.81% from 255) = 6.91%
BLUE value IS 82 (32.42% from 255) = 29.82%
R=63.27%
G=6.91%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174198200.890.530.32335.6180.3137.84
HexAE135205935201505026
Octal256231220131654052012046
Binary10101110100111010010010110011101011000001010100001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1352; }

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

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

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

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

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

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

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

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