#AE2368

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

Shades of Jazzberry Jam #AE2368

Tints of Jazzberry Jam #AE2368

Color information

#AE2368 (or 0xAE2368) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 23 and 68. RGB value is (174,35,104). Sum of RGB (Red+Green+Blue) = 174+35+104=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2368 is #51DC97. Grayscale: #545454. Windows color (decimal): -5364888 or 6824878. OLE color: 6824878.

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

Color convert

RGB17435104-
CMYK00.800.400.32
HSL330.22º66.51%40.98%-
HSV(B)330.22º79.89%68.24%-
XYZ20.5611.214.18-
YUV84.43139.05191.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.59%
GREEN value IS 35 (14.06% from 255) = 11.18%
BLUE value IS 104 (41.02% from 255) = 33.23%
R=55.59%
G=11.18%
B=33.23%

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
Decimal1743510400.800.400.32330.2266.5140.98
HexAE2368050282014a4329
Octal256431500120504051210351
Binary101011101000111101000010100001010001000001010010101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2368; }

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

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

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

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

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

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

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

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