#A2064A

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

Shades of Jazzberry Jam #A2064A

Tints of Jazzberry Jam #A2064A

Color information

#A2064A (or 0xA2064A) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 06 and 4A. RGB value is (162,6,74). Sum of RGB (Red+Green+Blue) = 162+6+74=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A2064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2064A is #5DF9B5. Grayscale: #3C3C3C. Windows color (decimal): -6158774 or 4851362. OLE color: 4851362.

HSL color Cylindrical-coordinate representation of color #A2064A: hue angle of 333.85º 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 #A2064A is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB162674-
CMYK00.960.540.36
HSL333.85º92.86%32.94%-
HSV(B)333.85º96.3%63.53%-
XYZ16.28.317.23-
YUV60.4135.68200.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.94%
GREEN value IS 6 (2.73% from 255) = 2.48%
BLUE value IS 74 (29.30% from 255) = 30.58%
R=66.94%
G=2.48%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16267400.960.540.36333.8592.8632.94
HexA264A060362414e5d21
Octal24261120140664451613541
Binary101000101101001010011000001101101001001010011101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2064A; }

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

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

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

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

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

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

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

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