#A5266A

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

Shades of Jazzberry Jam #A5266A

Tints of Jazzberry Jam #A5266A

Color information

#A5266A (or 0xA5266A) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 26 and 6A. RGB value is (165,38,106). Sum of RGB (Red+Green+Blue) = 165+38+106=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A5266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5266A is #5AD995. Grayscale: #535353. Windows color (decimal): -5953942 or 6956709. OLE color: 6956709.

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

Color convert

RGB16538106-
CMYK00.770.360.35
HSL327.87º62.56%39.8%-
HSV(B)327.87º76.97%64.71%-
XYZ18.8110.4314.66-
YUV83.72140.58185.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.40%
GREEN value IS 38 (15.23% from 255) = 12.30%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=53.40%
G=12.30%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653810600.770.360.35327.8762.5639.8
HexA5266A04D24231483f28
Octal24546152011544435107750
Binary10100101100110110101001001101100100100011101001000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5266A; }

 p { color: rgb(165,38,106); }

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

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

 a { background-color: rgb(165,38,106); }

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

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

 span { border-color: rgb(165,38,106); }

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