#AE0954

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

Shades of Jazzberry Jam #AE0954

Tints of Jazzberry Jam #AE0954

Color information

#AE0954 (or 0xAE0954) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 09 and 54. RGB value is (174,9,84). Sum of RGB (Red+Green+Blue) = 174+9+84=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0954 is #51F6AB. Grayscale: #424242. Windows color (decimal): -5371564 or 5507502. OLE color: 5507502.

HSL color Cylindrical-coordinate representation of color #AE0954: hue angle of 332.73º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0954 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB174984-
CMYK00.950.520.32
HSL332.73º90.16%35.88%-
HSV(B)332.73º94.83%68.24%-
XYZ19.159.839.28-
YUV66.88137.66204.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.17%
GREEN value IS 9 (3.91% from 255) = 3.37%
BLUE value IS 84 (33.20% from 255) = 31.46%
R=65.17%
G=3.37%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17498400.950.520.32332.7390.1635.88
HexAE95405F342014d5a24
Octal256111240137644051513244
Binary1010111010011010100010111111101001000001010011011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0954; }

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

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

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

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

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

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

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

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