#A90A69

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

Shades of Jazzberry Jam #A90A69

Tints of Jazzberry Jam #A90A69

Color information

#A90A69 (or 0xA90A69) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 0A and 69. RGB value is (169,10,105). Sum of RGB (Red+Green+Blue) = 169+10+105=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90A69 is #56F596. Grayscale: #444444. Windows color (decimal): -5698967 or 6884009. OLE color: 6884009.

HSL color Cylindrical-coordinate representation of color #A90A69: hue angle of 324.15º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90A69 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB16910105-
CMYK00.940.380.34
HSL324.15º88.83%35.1%-
HSV(B)324.15º94.08%66.27%-
XYZ19.029.6714.23-
YUV68.37148.68199.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.51%
GREEN value IS 10 (4.30% from 255) = 3.52%
BLUE value IS 105 (41.41% from 255) = 36.97%
R=59.51%
G=3.52%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691010500.940.380.34324.1588.8335.1
HexA9A6905E26221445923
Octal251121510136464250413143
Binary1010100110101101001010111101001101000101010001001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90A69; }

 p { color: rgb(169,10,105); }

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

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

 a { background-color: rgb(169,10,105); }

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

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

 span { border-color: rgb(169,10,105); }

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