#A90D74

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

Shades of Jazzberry Jam #A90D74

Tints of Jazzberry Jam #A90D74

Color information

#A90D74 (or 0xA90D74) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 0D and 74. RGB value is (169,13,116). Sum of RGB (Red+Green+Blue) = 169+13+116=298 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.71% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 169 - color contains mainly: red. Hex color #A90D74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90D74 is #56F28B. Grayscale: #474747. Windows color (decimal): -5698188 or 7605673. OLE color: 7605673.

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

Color convert

RGB16913116-
CMYK00.920.310.34
HSL320.38º85.71%35.69%-
HSV(B)320.38º92.31%66.27%-
XYZ19.669.9817.41-
YUV71.39153.18197.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.71%
GREEN value IS 13 (5.47% from 255) = 4.36%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=56.71%
G=4.36%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691311600.920.310.34320.3885.7135.69
HexA9D7405C1F221405624
Octal251151640134374250012644
Binary101010011101111010001011100111111000101010000001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90D74; }

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

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

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

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

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

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

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

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