#A2065E

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

Shades of Jazzberry Jam #A2065E

Tints of Jazzberry Jam #A2065E

Color information

#A2065E (or 0xA2065E) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 06 and 5E. RGB value is (162,6,94). Sum of RGB (Red+Green+Blue) = 162+6+94=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A2065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2065E is #5DF9A1. Grayscale: #3E3E3E. Windows color (decimal): -6158754 or 6162082. OLE color: 6162082.

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

Color convert

RGB162694-
CMYK00.960.420.36
HSL326.15º92.86%32.94%-
HSV(B)326.15º96.3%63.53%-
XYZ16.998.6211.36-
YUV62.68145.68198.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.83%
GREEN value IS 6 (2.73% from 255) = 2.29%
BLUE value IS 94 (37.11% from 255) = 35.88%
R=61.83%
G=2.29%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16269400.960.420.36326.1592.8632.94
HexA265E0602A241465d21
Octal24261360140524450613541
Binary101000101101011110011000001010101001001010001101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2065E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2065E; }

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

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

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

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

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

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

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

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