#AE125C

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

Shades of Jazzberry Jam #AE125C

Tints of Jazzberry Jam #AE125C

Color information

#AE125C (or 0xAE125C) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 12 and 5C. RGB value is (174,18,92). Sum of RGB (Red+Green+Blue) = 174+18+92=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE125C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE125C is #51EDA3. Grayscale: #484848. Windows color (decimal): -5369252 or 6034094. OLE color: 6034094.

HSL color Cylindrical-coordinate representation of color #AE125C: hue angle of 331.54º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE125C is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB1741892-
CMYK00.900.470.32
HSL331.54º81.25%37.65%-
HSV(B)331.54º89.66%68.24%-
XYZ19.610.211.06-
YUV73.08138.68199.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.27%
GREEN value IS 18 (7.42% from 255) = 6.34%
BLUE value IS 92 (36.33% from 255) = 32.39%
R=61.27%
G=6.34%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174189200.900.470.32331.5481.2537.65
HexAE125C05A2F2014c5126
Octal256221340132574051412146
Binary10101110100101011100010110101011111000001010011001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE125C; }

 p { color: rgb(174,18,92); }

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

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

 a { background-color: rgb(174,18,92); }

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

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

 span { border-color: rgb(174,18,92); }

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