#A90048

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

Shades of Jazzberry Jam #A90048

Tints of Jazzberry Jam #A90048

Color information

#A90048 (or 0xA90048) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 00 and 48. RGB value is (169,0,72). Sum of RGB (Red+Green+Blue) = 169+0+72=241 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.12% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 169 - color contains mainly: red. Hex color #A90048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90048 is #56FFB7. Grayscale: #3A3A3A. Windows color (decimal): -5701560 or 4718761. OLE color: 4718761.

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

Color convert

RGB169072-
CMYK010.570.34
HSL334.44º100%33.14%-
HSV(B)334.44º100%66.27%-
XYZ17.538.96.93-
YUV58.74135.49206.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 70.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=70.12%
G=0%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169072010.570.34334.4410033.14
HexA9048064392214e6421
Octal25101100144714251614441
Binary1010100101001000011001001110011000101010011101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90048; }

 p { color: rgb(169,0,72); }

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

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

 a { background-color: rgb(169,0,72); }

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

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

 span { border-color: rgb(169,0,72); }

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