#A90C6F

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

Shades of Jazzberry Jam #A90C6F

Tints of Jazzberry Jam #A90C6F

Color information

#A90C6F (or 0xA90C6F) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 0C and 6F. RGB value is (169,12,111). Sum of RGB (Red+Green+Blue) = 169+12+111=292 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.88% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90C6F is #56F390. Grayscale: #454545. Windows color (decimal): -5698449 or 7277737. OLE color: 7277737.

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

Color convert

RGB16912111-
CMYK00.930.340.34
HSL322.17º86.74%35.49%-
HSV(B)322.17º92.9%66.27%-
XYZ19.369.8515.92-
YUV70.23151.01198.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.88%
GREEN value IS 12 (5.08% from 255) = 4.11%
BLUE value IS 111 (43.75% from 255) = 38.01%
R=57.88%
G=4.11%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691211100.930.340.34322.1786.7435.49
HexA9C6F05D22221425723
Octal251141570135424250212743
Binary1010100111001101111010111011000101000101010000101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90C6F; }

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

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

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

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

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

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

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

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