#A90A6A

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

Shades of Jazzberry Jam #A90A6A

Tints of Jazzberry Jam #A90A6A

Color information

#A90A6A (or 0xA90A6A) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 0A and 6A. RGB value is (169,10,106). Sum of RGB (Red+Green+Blue) = 169+10+106=285 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.30% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90A6A is #56F595. Grayscale: #444444. Windows color (decimal): -5698966 or 6949545. OLE color: 6949545.

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

Color convert

RGB16910106-
CMYK00.940.370.34
HSL323.77º88.83%35.1%-
HSV(B)323.77º94.08%66.27%-
XYZ19.079.6914.5-
YUV68.48149.18199.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.30%
GREEN value IS 10 (4.30% from 255) = 3.51%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=59.30%
G=3.51%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691010600.940.370.34323.7788.8335.1
HexA9A6A05E25221445923
Octal251121520136454250413143
Binary1010100110101101010010111101001011000101010001001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90A6A; }

 p { color: rgb(169,10,106); }

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

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

 a { background-color: rgb(169,10,106); }

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

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

 span { border-color: rgb(169,10,106); }

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