#AE1375

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

Shades of Jazzberry Jam #AE1375

Tints of Jazzberry Jam #AE1375

Color information

#AE1375 (or 0xAE1375) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 13 and 75. RGB value is (174,19,117). Sum of RGB (Red+Green+Blue) = 174+19+117=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1375 is #51EC8A. Grayscale: #4C4C4C. Windows color (decimal): -5368971 or 7672750. OLE color: 7672750.

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

Color convert

RGB17419117-
CMYK00.890.330.32
HSL322.06º80.31%37.84%-
HSV(B)322.06º89.08%68.24%-
XYZ20.910.7517.8-
YUV76.52150.85197.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.13%
GREEN value IS 19 (7.81% from 255) = 6.13%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=56.13%
G=6.13%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741911700.890.330.32322.0680.3137.84
HexAE137505921201425026
Octal256231650131414050212046
Binary10101110100111110101010110011000011000001010000101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1375; }

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

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

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

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

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

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

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

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