#AE2367

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

Shades of Jazzberry Jam #AE2367

Tints of Jazzberry Jam #AE2367

Color information

#AE2367 (or 0xAE2367) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 23 and 67. RGB value is (174,35,103). Sum of RGB (Red+Green+Blue) = 174+35+103=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2367 is #51DC98. Grayscale: #545454. Windows color (decimal): -5364889 or 6759342. OLE color: 6759342.

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

Color convert

RGB17435103-
CMYK00.800.410.32
HSL330.65º66.51%40.98%-
HSV(B)330.65º79.89%68.24%-
XYZ20.511.1813.91-
YUV84.31138.55191.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.77%
GREEN value IS 35 (14.06% from 255) = 11.22%
BLUE value IS 103 (40.62% from 255) = 33.01%
R=55.77%
G=11.22%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743510300.800.410.32330.6566.5140.98
HexAE2367050292014b4329
Octal256431470120514051310351
Binary101011101000111100111010100001010011000001010010111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2367; }

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

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

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

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

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

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

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

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