#AA1358

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

Shades of Jazzberry Jam #AA1358

Tints of Jazzberry Jam #AA1358

Color information

#AA1358 (or 0xAA1358) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 13 and 58. RGB value is (170,19,88). Sum of RGB (Red+Green+Blue) = 170+19+88=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1358 is #55ECA7. Grayscale: #474747. Windows color (decimal): -5631144 or 5772202. OLE color: 5772202.

HSL color Cylindrical-coordinate representation of color #AA1358: hue angle of 332.58º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1358 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB1701988-
CMYK00.890.480.33
HSL332.58º79.89%37.06%-
HSV(B)332.58º88.82%66.67%-
XYZ18.579.7210.13-
YUV72.02137.03197.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.37%
GREEN value IS 19 (7.81% from 255) = 6.86%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=61.37%
G=6.86%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170198800.890.480.33332.5879.8937.06
HexAA1358059302114d5025
Octal252231300131604151512045
Binary10101010100111011000010110011100001000011010011011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1358; }

 p { color: rgb(170,19,88); }

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

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

 a { background-color: rgb(170,19,88); }

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

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

 span { border-color: rgb(170,19,88); }

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