#AE236E

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

Shades of Jazzberry Jam #AE236E

Tints of Jazzberry Jam #AE236E

Color information

#AE236E (or 0xAE236E) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 23 and 6E. RGB value is (174,35,110). Sum of RGB (Red+Green+Blue) = 174+35+110=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE236E is #51DC91. Grayscale: #545454. Windows color (decimal): -5364882 or 7218094. OLE color: 7218094.

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

Color convert

RGB17435110-
CMYK00.800.370.32
HSL327.63º66.51%40.98%-
HSV(B)327.63º79.89%68.24%-
XYZ20.8711.3315.84-
YUV85.11142.05191.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.55%
GREEN value IS 35 (14.06% from 255) = 10.97%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=54.55%
G=10.97%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743511000.800.370.32327.6366.5140.98
HexAE236E05025201484329
Octal256431560120454051010351
Binary101011101000111101110010100001001011000001010010001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE236E; }

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

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

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

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

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

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

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

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