#A2276E

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

Shades of Jazzberry Jam #A2276E

Tints of Jazzberry Jam #A2276E

Color information

#A2276E (or 0xA2276E) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 27 and 6E. RGB value is (162,39,110). Sum of RGB (Red+Green+Blue) = 162+39+110=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A2276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2276E is #5DD891. Grayscale: #535353. Windows color (decimal): -6150290 or 7219106. OLE color: 7219106.

HSL color Cylindrical-coordinate representation of color #A2276E: hue angle of 325.37º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2276E is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16239110-
CMYK00.760.320.36
HSL325.37º61.19%39.41%-
HSV(B)325.37º75.93%63.53%-
XYZ18.4410.2615.76-
YUV83.87142.75183.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 39 (15.62% from 255) = 12.54%
BLUE value IS 110 (43.36% from 255) = 35.37%
R=52.09%
G=12.54%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623911000.760.320.36325.3761.1939.41
HexA2276E04C20241453d27
Octal24247156011440445057547
Binary10100010100111110111001001100100000100100101000101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2276E; }

 p { color: rgb(162,39,110); }

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

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

 a { background-color: rgb(162,39,110); }

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

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

 span { border-color: rgb(162,39,110); }

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