#A90669

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

Shades of Jazzberry Jam #A90669

Tints of Jazzberry Jam #A90669

Color information

#A90669 (or 0xA90669) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 06 and 69. RGB value is (169,6,105). Sum of RGB (Red+Green+Blue) = 169+6+105=280 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.36% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 169 - color contains mainly: red. Hex color #A90669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90669 is #56F996. Grayscale: #414141. Windows color (decimal): -5699991 or 6882985. OLE color: 6882985.

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

Color convert

RGB1696105-
CMYK00.960.380.34
HSL323.56º93.14%34.31%-
HSV(B)323.56º96.45%66.27%-
XYZ18.989.5914.21-
YUV66.02150201.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.36%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 105 (41.41% from 255) = 37.5%
R=60.36%
G=2.14%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169610500.960.380.34323.5693.1434.31
HexA966906026221445d22
Octal25161510140464250413542
Binary101010011101101001011000001001101000101010001001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90669; }

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

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

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

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

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

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

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

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