#A2005C

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

Shades of Jazzberry Jam #A2005C

Tints of Jazzberry Jam #A2005C

Color information

#A2005C (or 0xA2005C) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 00 and 5C. RGB value is (162,0,92). Sum of RGB (Red+Green+Blue) = 162+0+92=254 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.78% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 162 - color contains mainly: red. Hex color #A2005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2005C is #5DFFA3. Grayscale: #3A3A3A. Windows color (decimal): -6160292 or 6029474. OLE color: 6029474.

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

Color convert

RGB162092-
CMYK010.430.36
HSL325.93º100%31.76%-
HSV(B)325.93º100%63.53%-
XYZ16.838.4510.87-
YUV58.93146.67201.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=63.78%
G=0%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162092010.430.36325.9310031.76
HexA205C0642B241466420
Octal24201340144534450614440
Binary1010001001011100011001001010111001001010001101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2005C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2005C; }

 p { color: rgb(162,0,92); }

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

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

 a { background-color: rgb(162,0,92); }

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

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

 span { border-color: rgb(162,0,92); }

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