#AE1370

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

Shades of Jazzberry Jam #AE1370

Tints of Jazzberry Jam #AE1370

Color information

#AE1370 (or 0xAE1370) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 13 and 70. RGB value is (174,19,112). Sum of RGB (Red+Green+Blue) = 174+19+112=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1370 is #51EC8F. Grayscale: #4B4B4B. Windows color (decimal): -5368976 or 7345070. OLE color: 7345070.

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

Color convert

RGB17419112-
CMYK00.890.360.32
HSL324º80.31%37.84%-
HSV(B)324º89.08%68.24%-
XYZ20.6110.6316.3-
YUV75.95148.35197.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.05%
GREEN value IS 19 (7.81% from 255) = 6.23%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=57.05%
G=6.23%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741911200.890.360.3232480.3137.84
HexAE137005924201445026
Octal256231600131444050412046
Binary10101110100111110000010110011001001000001010001001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1370; }

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

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

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

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

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

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

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

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