#a90456

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

Shades of Jazzberry Jam #A90456

Tints of Jazzberry Jam #A90456

Color information

#A90456 (or 0xA90456) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 04 and 56. RGB value is (169,4,86). Sum of RGB (Red+Green+Blue) = 169+4+86=259 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.25% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 169 - color contains mainly: red. Hex color #A90456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90456 is #56FBA9. Grayscale: #3E3E3E. Windows color (decimal): -5700522 or 5637289. OLE color: 5637289.

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

Color convert

RGB169486-
CMYK00.980.490.34
HSL330.18º95.38%33.92%-
HSV(B)330.18º97.63%66.27%-
XYZ18.099.199.63-
YUV62.68141.16203.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 65.25%
GREEN value IS 4 (1.95% from 255) = 1.54%
BLUE value IS 86 (33.98% from 255) = 33.20%
R=65.25%
G=1.54%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16948600.980.490.34330.1895.3833.92
HexA9456062312214a5f22
Octal25141260142614251213742
Binary101010011001010110011000101100011000101010010101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a90456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a90456; }

 p { color: rgb(169,4,86); }

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

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

 a { background-color: rgb(169,4,86); }

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

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

 span { border-color: rgb(169,4,86); }

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