#ae246c

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

Shades of Jazzberry Jam #AE246C

Tints of Jazzberry Jam #AE246C

Color information

#AE246C (or 0xAE246C) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 24 and 6C. RGB value is (174,36,108). Sum of RGB (Red+Green+Blue) = 174+36+108=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE246C is #51DB93. Grayscale: #555555. Windows color (decimal): -5364628 or 7087278. OLE color: 7087278.

HSL color Cylindrical-coordinate representation of color #AE246C: hue angle of 328.7º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE246C is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB17436108-
CMYK00.790.380.32
HSL328.7º65.71%41.18%-
HSV(B)328.7º79.31%68.24%-
XYZ20.7911.3415.28-
YUV85.47140.72191.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.72%
GREEN value IS 36 (14.45% from 255) = 11.32%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=54.72%
G=11.32%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743610800.790.380.32328.765.7141.18
HexAE246C04F26201494229
Octal256441540117464051110251
Binary101011101001001101100010011111001101000001010010011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae246c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae246c; }

 p { color: rgb(174,36,108); }

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

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

 a { background-color: rgb(174,36,108); }

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

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

 span { border-color: rgb(174,36,108); }

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