#A90D70

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

Shades of Jazzberry Jam #A90D70

Tints of Jazzberry Jam #A90D70

Color information

#A90D70 (or 0xA90D70) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 0D and 70. RGB value is (169,13,112). Sum of RGB (Red+Green+Blue) = 169+13+112=294 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.48% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 169 - color contains mainly: red. Hex color #A90D70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90D70 is #56F28F. Grayscale: #464646. Windows color (decimal): -5698192 or 7343529. OLE color: 7343529.

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

Color convert

RGB16913112-
CMYK00.920.340.34
HSL321.92º85.71%35.69%-
HSV(B)321.92º92.31%66.27%-
XYZ19.439.8916.21-
YUV70.93151.18197.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.48%
GREEN value IS 13 (5.47% from 255) = 4.42%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=57.48%
G=4.42%
B=38.10%

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
Decimal1691311200.920.340.34321.9285.7135.69
HexA9D7005C22221425624
Octal251151600134424250212644
Binary1010100111011110000010111001000101000101010000101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90D70; }

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

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

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

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

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

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

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

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