#A8164E

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

Shades of Jazzberry Jam #A8164E

Tints of Jazzberry Jam #A8164E

Color information

#A8164E (or 0xA8164E) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 16 and 4E. RGB value is (168,22,78). Sum of RGB (Red+Green+Blue) = 168+22+78=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A8164E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8164E is #57E9B1. Grayscale: #474747. Windows color (decimal): -5761458 or 5117608. OLE color: 5117608.

HSL color Cylindrical-coordinate representation of color #A8164E: hue angle of 336.99º 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 #A8164E is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB1682278-
CMYK00.870.540.34
HSL336.99º76.84%37.25%-
HSV(B)336.99º86.9%65.88%-
XYZ17.819.458.09-
YUV72.04131.37196.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.69%
GREEN value IS 22 (8.98% from 255) = 8.21%
BLUE value IS 78 (30.86% from 255) = 29.10%
R=62.69%
G=8.21%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168227800.870.540.34336.9976.8437.25
HexA8164E05736221514d25
Octal250261160127664252111545
Binary10101000101101001110010101111101101000101010100011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8164E; }

 p { color: rgb(168,22,78); }

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

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

 a { background-color: rgb(168,22,78); }

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

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

 span { border-color: rgb(168,22,78); }

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