#AE045C

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

Shades of Jazzberry Jam #AE045C

Tints of Jazzberry Jam #AE045C

Color information

#AE045C (or 0xAE045C) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 04 and 5C. RGB value is (174,4,92). Sum of RGB (Red+Green+Blue) = 174+4+92=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE045C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE045C is #51FBA3. Grayscale: #404040. Windows color (decimal): -5372836 or 6030510. OLE color: 6030510.

HSL color Cylindrical-coordinate representation of color #AE045C: hue angle of 328.94º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE045C is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB174492-
CMYK00.980.470.32
HSL328.94º95.51%34.9%-
HSV(B)328.94º97.7%68.24%-
XYZ19.439.8611-
YUV64.86143.32205.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.44%
GREEN value IS 4 (1.95% from 255) = 1.48%
BLUE value IS 92 (36.33% from 255) = 34.07%
R=64.44%
G=1.48%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17449200.980.470.32328.9495.5134.9
HexAE45C0622F201496023
Octal25641340142574051114043
Binary101011101001011100011000101011111000001010010011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE045C; }

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

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

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

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

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

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

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

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