#A90552

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

Shades of Jazzberry Jam #A90552

Tints of Jazzberry Jam #A90552

Color information

#A90552 (or 0xA90552) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 05 and 52. RGB value is (169,5,82). Sum of RGB (Red+Green+Blue) = 169+5+82=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A90552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90552 is #56FAAD. Grayscale: #3E3E3E. Windows color (decimal): -5700270 or 5375401. OLE color: 5375401.

HSL color Cylindrical-coordinate representation of color #A90552: hue angle of 331.83º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A90552 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB169582-
CMYK00.970.510.34
HSL331.83º94.25%34.12%-
HSV(B)331.83º97.04%66.27%-
XYZ17.949.158.8-
YUV62.81138.83203.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 66.02%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=66.02%
G=1.95%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16958200.970.510.34331.8394.2534.12
HexA9552061332214c5e22
Octal25151220141634251413642
Binary101010011011010010011000011100111000101010011001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90552; }

 p { color: rgb(169,5,82); }

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

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

 a { background-color: rgb(169,5,82); }

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

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

 span { border-color: rgb(169,5,82); }

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