#AE2369

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

Shades of Jazzberry Jam #AE2369

Tints of Jazzberry Jam #AE2369

Color information

#AE2369 (or 0xAE2369) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 23 and 69. RGB value is (174,35,105). Sum of RGB (Red+Green+Blue) = 174+35+105=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2369 is #51DC96. Grayscale: #545454. Windows color (decimal): -5364887 or 6890414. OLE color: 6890414.

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

Color convert

RGB17435105-
CMYK00.800.400.32
HSL329.78º66.51%40.98%-
HSV(B)329.78º79.89%68.24%-
XYZ20.6111.2214.44-
YUV84.54139.55191.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.41%
GREEN value IS 35 (14.06% from 255) = 11.15%
BLUE value IS 105 (41.41% from 255) = 33.44%
R=55.41%
G=11.15%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743510500.800.400.32329.7866.5140.98
HexAE2369050282014a4329
Octal256431510120504051210351
Binary101011101000111101001010100001010001000001010010101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2369; }

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

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

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

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

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

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

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

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