#AE2364

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

Shades of Jazzberry Jam #AE2364

Tints of Jazzberry Jam #AE2364

Color information

#AE2364 (or 0xAE2364) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 23 and 64. RGB value is (174,35,100). Sum of RGB (Red+Green+Blue) = 174+35+100=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2364 is #51DC9B. Grayscale: #535353. Windows color (decimal): -5364892 or 6562734. OLE color: 6562734.

HSL color Cylindrical-coordinate representation of color #AE2364: hue angle of 331.94º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2364 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB17435100-
CMYK00.800.430.32
HSL331.94º66.51%40.98%-
HSV(B)331.94º79.89%68.24%-
XYZ20.3611.1213.13-
YUV83.97137.05192.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.31%
GREEN value IS 35 (14.06% from 255) = 11.33%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=56.31%
G=11.33%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743510000.800.430.32331.9466.5140.98
HexAE23640502B2014c4329
Octal256431440120534051410351
Binary101011101000111100100010100001010111000001010011001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2364; }

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

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

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

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

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

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

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

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