#A2035E

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

Shades of Jazzberry Jam #A2035E

Tints of Jazzberry Jam #A2035E

Color information

#A2035E (or 0xA2035E) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 03 and 5E. RGB value is (162,3,94). Sum of RGB (Red+Green+Blue) = 162+3+94=259 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.55% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 162 - color contains mainly: red. Hex color #A2035E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2035E is #5DFCA1. Grayscale: #3C3C3C. Windows color (decimal): -6159522 or 6161314. OLE color: 6161314.

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

Color convert

RGB162394-
CMYK00.980.420.36
HSL325.66º96.36%32.35%-
HSV(B)325.66º98.15%63.53%-
XYZ16.958.5511.35-
YUV60.92146.68200.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.55%
GREEN value IS 3 (1.56% from 255) = 1.16%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=62.55%
G=1.16%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16239400.980.420.36325.6696.3632.35
HexA235E0622A241466020
Octal24231360142524450614040
Binary10100010111011110011000101010101001001010001101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2035E; }

 p { color: rgb(162,3,94); }

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

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

 a { background-color: rgb(162,3,94); }

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

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

 span { border-color: rgb(162,3,94); }

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