#AE0958

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

Shades of Jazzberry Jam #AE0958

Tints of Jazzberry Jam #AE0958

Color information

#AE0958 (or 0xAE0958) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 09 and 58. RGB value is (174,9,88). Sum of RGB (Red+Green+Blue) = 174+9+88=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0958 is #51F6A7. Grayscale: #434343. Windows color (decimal): -5371560 or 5769646. OLE color: 5769646.

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

Color convert

RGB174988-
CMYK00.950.490.32
HSL331.27º90.16%35.88%-
HSV(B)331.27º94.83%68.24%-
XYZ19.319.910.13-
YUV67.34139.66204.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.21%
GREEN value IS 9 (3.91% from 255) = 3.32%
BLUE value IS 88 (34.77% from 255) = 32.47%
R=64.21%
G=3.32%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17498800.950.490.32331.2790.1635.88
HexAE95805F312014b5a24
Octal256111300137614051313244
Binary1010111010011011000010111111100011000001010010111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0958; }

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

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

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

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

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

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

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

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