#A90E72

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

Shades of Jazzberry Jam #A90E72

Tints of Jazzberry Jam #A90E72

Color information

#A90E72 (or 0xA90E72) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 0E and 72. RGB value is (169,14,114). Sum of RGB (Red+Green+Blue) = 169+14+114=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90E72 is #56F18D. Grayscale: #474747. Windows color (decimal): -5697934 or 7474857. OLE color: 7474857.

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

Color convert

RGB16914114-
CMYK00.920.330.34
HSL321.29º84.7%35.88%-
HSV(B)321.29º91.72%66.27%-
XYZ19.569.9616.81-
YUV71.74151.85197.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.90%
GREEN value IS 14 (5.86% from 255) = 4.71%
BLUE value IS 114 (44.92% from 255) = 38.38%
R=56.90%
G=4.71%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691411400.920.330.34321.2984.735.88
HexA9E7205C21221415524
Octal251161620134414250112544
Binary1010100111101110010010111001000011000101010000011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90E72; }

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

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

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

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

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

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

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

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