#AE0659

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

Shades of Jazzberry Jam #AE0659

Tints of Jazzberry Jam #AE0659

Color information

#AE0659 (or 0xAE0659) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 06 and 59. RGB value is (174,6,89). Sum of RGB (Red+Green+Blue) = 174+6+89=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0659 is #51F9A6. Grayscale: #414141. Windows color (decimal): -5372327 or 5834414. OLE color: 5834414.

HSL color Cylindrical-coordinate representation of color #AE0659: hue angle of 330.36º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE0659 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB174689-
CMYK00.970.490.32
HSL330.36º93.33%35.29%-
HSV(B)330.36º96.55%68.24%-
XYZ19.329.8510.33-
YUV65.69141.16205.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.68%
GREEN value IS 6 (2.73% from 255) = 2.23%
BLUE value IS 89 (35.16% from 255) = 33.09%
R=64.68%
G=2.23%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17468900.970.490.32330.3693.3335.29
HexAE659061312014a5d23
Octal25661310141614051213543
Binary101011101101011001011000011100011000001010010101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0659; }

 p { color: rgb(174,6,89); }

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

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

 a { background-color: rgb(174,6,89); }

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

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

 span { border-color: rgb(174,6,89); }

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