#A90C6C

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

Shades of Jazzberry Jam #A90C6C

Tints of Jazzberry Jam #A90C6C

Color information

#A90C6C (or 0xA90C6C) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 0C and 6C. RGB value is (169,12,108). Sum of RGB (Red+Green+Blue) = 169+12+108=289 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.48% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90C6C is #56F393. Grayscale: #454545. Windows color (decimal): -5698452 or 7081129. OLE color: 7081129.

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

Color convert

RGB16912108-
CMYK00.930.360.34
HSL323.31º86.74%35.49%-
HSV(B)323.31º92.9%66.27%-
XYZ19.29.7815.06-
YUV69.89149.51198.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 58.48%
GREEN value IS 12 (5.08% from 255) = 4.15%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=58.48%
G=4.15%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691210800.930.360.34323.3186.7435.49
HexA9C6C05D24221435723
Octal251141540135444250312743
Binary1010100111001101100010111011001001000101010000111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90C6C; }

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

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

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

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

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

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

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

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