#AE0964

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

Shades of Jazzberry Jam #AE0964

Tints of Jazzberry Jam #AE0964

Color information

#AE0964 (or 0xAE0964) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 09 and 64. RGB value is (174,9,100). Sum of RGB (Red+Green+Blue) = 174+9+100=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0964 is #51F69B. Grayscale: #444444. Windows color (decimal): -5371548 or 6556078. OLE color: 6556078.

HSL color Cylindrical-coordinate representation of color #AE0964: hue angle of 326.91º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0964 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB1749100-
CMYK00.950.430.32
HSL326.91º90.16%35.88%-
HSV(B)326.91º94.83%68.24%-
XYZ19.8510.1112.96-
YUV68.71145.66203.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.48%
GREEN value IS 9 (3.91% from 255) = 3.18%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=61.48%
G=3.18%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174910000.950.430.32326.9190.1635.88
HexAE96405F2B201475a24
Octal256111440137534050713244
Binary1010111010011100100010111111010111000001010001111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0964; }

 p { color: rgb(174,9,100); }

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

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

 a { background-color: rgb(174,9,100); }

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

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

 span { border-color: rgb(174,9,100); }

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