#A61669

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

Shades of Jazzberry Jam #A61669

Tints of Jazzberry Jam #A61669

Color information

#A61669 (or 0xA61669) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 16 and 69. RGB value is (166,22,105). Sum of RGB (Red+Green+Blue) = 166+22+105=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A61669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61669 is #59E996. Grayscale: #4A4A4A. Windows color (decimal): -5892503 or 6887078. OLE color: 6887078.

HSL color Cylindrical-coordinate representation of color #A61669: hue angle of 325.42º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61669 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB16622105-
CMYK00.870.370.35
HSL325.42º76.6%36.86%-
HSV(B)325.42º86.75%65.1%-
XYZ18.569.714.26-
YUV74.52145.21193.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.66%
GREEN value IS 22 (8.98% from 255) = 7.51%
BLUE value IS 105 (41.41% from 255) = 35.84%
R=56.66%
G=7.51%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662210500.870.370.35325.4276.636.86
HexA6166905725231454d25
Octal246261510127454350511545
Binary10100110101101101001010101111001011000111010001011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61669; }

 p { color: rgb(166,22,105); }

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

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

 a { background-color: rgb(166,22,105); }

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

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

 span { border-color: rgb(166,22,105); }

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