#A5276F

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

Shades of Jazzberry Jam #A5276F

Tints of Jazzberry Jam #A5276F

Color information

#A5276F (or 0xA5276F) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 27 and 6F. RGB value is (165,39,111). Sum of RGB (Red+Green+Blue) = 165+39+111=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A5276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5276F is #5AD890. Grayscale: #545454. Windows color (decimal): -5953681 or 7284645. OLE color: 7284645.

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

Color convert

RGB16539111-
CMYK00.760.330.35
HSL325.71º61.76%40%-
HSV(B)325.71º76.36%64.71%-
XYZ19.1110.616.08-
YUV84.88142.74185.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.38%
GREEN value IS 39 (15.62% from 255) = 12.38%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=52.38%
G=12.38%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653911100.760.330.35325.7161.7640
HexA5276F04C21231463e28
Octal24547157011441435067650
Binary10100101100111110111101001100100001100011101000110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5276F; }

 p { color: rgb(165,39,111); }

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

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

 a { background-color: rgb(165,39,111); }

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

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

 span { border-color: rgb(165,39,111); }

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