#AE1665

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

Shades of Jazzberry Jam #AE1665

Tints of Jazzberry Jam #AE1665

Color information

#AE1665 (or 0xAE1665) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 16 and 65. RGB value is (174,22,101). Sum of RGB (Red+Green+Blue) = 174+22+101=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1665 is #51E99A. Grayscale: #4C4C4C. Windows color (decimal): -5368219 or 6624942. OLE color: 6624942.

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

Color convert

RGB17422101-
CMYK00.870.420.32
HSL328.82º77.55%38.43%-
HSV(B)328.82º87.36%68.24%-
XYZ20.0910.5113.28-
YUV76.45141.86197.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.59%
GREEN value IS 22 (8.98% from 255) = 7.41%
BLUE value IS 101 (39.84% from 255) = 34.01%
R=58.59%
G=7.41%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742210100.870.420.32328.8277.5538.43
HexAE16650572A201494e26
Octal256261450127524051111646
Binary10101110101101100101010101111010101000001010010011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1665; }

 p { color: rgb(174,22,101); }

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

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

 a { background-color: rgb(174,22,101); }

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

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

 span { border-color: rgb(174,22,101); }

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