#A2005A

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

Shades of Jazzberry Jam #A2005A

Tints of Jazzberry Jam #A2005A

Color information

#A2005A (or 0xA2005A) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 00 and 5A. RGB value is (162,0,90). Sum of RGB (Red+Green+Blue) = 162+0+90=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A2005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2005A is #5DFFA5. Grayscale: #3A3A3A. Windows color (decimal): -6160294 or 5898402. OLE color: 5898402.

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

Color convert

RGB162090-
CMYK010.440.36
HSL326.67º100%31.76%-
HSV(B)326.67º100%63.53%-
XYZ16.758.4210.42-
YUV58.7145.67201.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 35.71%
R=64.29%
G=0%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162090010.440.36326.6710031.76
HexA205A0642C241476420
Octal24201320144544450714440
Binary1010001001011010011001001011001001001010001111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2005A; }

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

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

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

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

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

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

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

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