#A90B59

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

Shades of Jazzberry Jam #A90B59

Tints of Jazzberry Jam #A90B59

Color information

#A90B59 (or 0xA90B59) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 0B and 59. RGB value is (169,11,89). Sum of RGB (Red+Green+Blue) = 169+11+89=269 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.83% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90B59 is #56F4A6. Grayscale: #424242. Windows color (decimal): -5698727 or 5835689. OLE color: 5835689.

HSL color Cylindrical-coordinate representation of color #A90B59: hue angle of 330.38º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90B59 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB1691189-
CMYK00.930.470.34
HSL330.38º87.78%35.29%-
HSV(B)330.38º93.49%66.27%-
XYZ18.299.410.3-
YUV67.13140.35200.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 62.83%
GREEN value IS 11 (4.69% from 255) = 4.09%
BLUE value IS 89 (35.16% from 255) = 33.09%
R=62.83%
G=4.09%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169118900.930.470.34330.3887.7835.29
HexA9B5905D2F2214a5823
Octal251131310135574251213043
Binary1010100110111011001010111011011111000101010010101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90B59; }

 p { color: rgb(169,11,89); }

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

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

 a { background-color: rgb(169,11,89); }

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

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

 span { border-color: rgb(169,11,89); }

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