#A91768

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

Shades of Jazzberry Jam #A91768

Tints of Jazzberry Jam #A91768

Color information

#A91768 (or 0xA91768) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 17 and 68. RGB value is (169,23,104). Sum of RGB (Red+Green+Blue) = 169+23+104=296 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.09% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 169 - color contains mainly: red. Hex color #A91768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91768 is #56E897. Grayscale: #4B4B4B. Windows color (decimal): -5695640 or 6821801. OLE color: 6821801.

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

Color convert

RGB16923104-
CMYK00.860.380.34
HSL326.71º76.04%37.65%-
HSV(B)326.71º86.39%66.27%-
XYZ19.1710.0514.03-
YUV75.89143.87194.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.09%
GREEN value IS 23 (9.38% from 255) = 7.77%
BLUE value IS 104 (41.02% from 255) = 35.14%
R=57.09%
G=7.77%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692310400.860.380.34326.7176.0437.65
HexA9176805626221474c26
Octal251271500126464250711446
Binary10101001101111101000010101101001101000101010001111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91768; }

 p { color: rgb(169,23,104); }

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

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

 a { background-color: rgb(169,23,104); }

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

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

 span { border-color: rgb(169,23,104); }

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