#A90E70

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

Shades of Jazzberry Jam #A90E70

Tints of Jazzberry Jam #A90E70

Color information

#A90E70 (or 0xA90E70) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 0E and 70. RGB value is (169,14,112). Sum of RGB (Red+Green+Blue) = 169+14+112=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90E70 is #56F18F. Grayscale: #474747. Windows color (decimal): -5697936 or 7343785. OLE color: 7343785.

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

Color convert

RGB16914112-
CMYK00.920.340.34
HSL322.06º84.7%35.88%-
HSV(B)322.06º91.72%66.27%-
XYZ19.449.9216.22-
YUV71.52150.85197.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.29%
GREEN value IS 14 (5.86% from 255) = 4.75%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=57.29%
G=4.75%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691411200.920.340.34322.0684.735.88
HexA9E7005C22221425524
Octal251161600134424250212544
Binary1010100111101110000010111001000101000101010000101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90E70; }

 p { color: rgb(169,14,112); }

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

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

 a { background-color: rgb(169,14,112); }

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

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

 span { border-color: rgb(169,14,112); }

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