#A82164

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

Shades of Jazzberry Jam #A82164

Tints of Jazzberry Jam #A82164

Color information

#A82164 (or 0xA82164) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 21 and 64. RGB value is (168,33,100). Sum of RGB (Red+Green+Blue) = 168+33+100=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A82164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82164 is #57DE9B. Grayscale: #505050. Windows color (decimal): -5758620 or 6562216. OLE color: 6562216.

HSL color Cylindrical-coordinate representation of color #A82164: hue angle of 330.22º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82164 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB16833100-
CMYK00.800.400.34
HSL330.22º67.16%39.41%-
HSV(B)330.22º80.36%65.88%-
XYZ18.9910.3313.05-
YUV81138.73190.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.81%
GREEN value IS 33 (13.28% from 255) = 10.96%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=55.81%
G=10.96%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683310000.800.400.34330.2267.1639.41
HexA82164050282214a4327
Octal250411440120504251210347
Binary101010001000011100100010100001010001000101010010101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82164; }

 p { color: rgb(168,33,100); }

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

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

 a { background-color: rgb(168,33,100); }

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

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

 span { border-color: rgb(168,33,100); }

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