#A91662

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

Shades of Jazzberry Jam #A91662

Tints of Jazzberry Jam #A91662

Color information

#A91662 (or 0xA91662) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 16 and 62. RGB value is (169,22,98). Sum of RGB (Red+Green+Blue) = 169+22+98=289 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.48% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 169 - color contains mainly: red. Hex color #A91662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91662 is #56E99D. Grayscale: #4A4A4A. Windows color (decimal): -5695902 or 6428329. OLE color: 6428329.

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

Color convert

RGB1692298-
CMYK00.870.420.34
HSL328.98º76.96%37.45%-
HSV(B)328.98º86.98%66.27%-
XYZ18.859.8912.47-
YUV74.62141.2195.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 58.48%
GREEN value IS 22 (8.98% from 255) = 7.61%
BLUE value IS 98 (38.67% from 255) = 33.91%
R=58.48%
G=7.61%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169229800.870.420.34328.9876.9637.45
HexA916620572A221494d25
Octal251261420127524251111545
Binary10101001101101100010010101111010101000101010010011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91662; }

 p { color: rgb(169,22,98); }

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

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

 a { background-color: rgb(169,22,98); }

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

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

 span { border-color: rgb(169,22,98); }

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