#A90A6C

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

Shades of Jazzberry Jam #A90A6C

Tints of Jazzberry Jam #A90A6C

Color information

#A90A6C (or 0xA90A6C) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 0A and 6C. RGB value is (169,10,108). Sum of RGB (Red+Green+Blue) = 169+10+108=287 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.89% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90A6C is #56F593. Grayscale: #444444. Windows color (decimal): -5698964 or 7080617. OLE color: 7080617.

HSL color Cylindrical-coordinate representation of color #A90A6C: hue angle of 323.02º 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 #A90A6C is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB16910108-
CMYK00.940.360.34
HSL323.02º88.83%35.1%-
HSV(B)323.02º94.08%66.27%-
XYZ19.189.7315.06-
YUV68.71150.18199.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 58.89%
GREEN value IS 10 (4.30% from 255) = 3.48%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=58.89%
G=3.48%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691010800.940.360.34323.0288.8335.1
HexA9A6C05E24221435923
Octal251121540136444250313143
Binary1010100110101101100010111101001001000101010000111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90A6C; }

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

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

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

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

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

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

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

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