#AE0454

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

Shades of Jazzberry Jam #AE0454

Tints of Jazzberry Jam #AE0454

Color information

#AE0454 (or 0xAE0454) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 04 and 54. RGB value is (174,4,84). Sum of RGB (Red+Green+Blue) = 174+4+84=262 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.41% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0454 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0454 is #51FBAB. Grayscale: #3F3F3F. Windows color (decimal): -5372844 or 5506222. OLE color: 5506222.

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

Color convert

RGB174484-
CMYK00.980.520.32
HSL331.76º95.51%34.9%-
HSV(B)331.76º97.7%68.24%-
XYZ19.19.739.26-
YUV63.95139.32206.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 66.41%
GREEN value IS 4 (1.95% from 255) = 1.53%
BLUE value IS 84 (33.20% from 255) = 32.06%
R=66.41%
G=1.53%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17448400.980.520.32331.7695.5134.9
HexAE454062342014c6023
Octal25641240142644051414043
Binary101011101001010100011000101101001000001010011001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0454; }

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

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

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

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

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

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

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

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