#A2085B

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

Shades of Jazzberry Jam #A2085B

Tints of Jazzberry Jam #A2085B

Color information

#A2085B (or 0xA2085B) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 08 and 5B. RGB value is (162,8,91). Sum of RGB (Red+Green+Blue) = 162+8+91=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A2085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2085B is #5DF7A4. Grayscale: #3F3F3F. Windows color (decimal): -6158245 or 5965986. OLE color: 5965986.

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

Color convert

RGB162891-
CMYK00.950.440.36
HSL327.66º90.59%33.33%-
HSV(B)327.66º95.06%63.53%-
XYZ16.888.6110.67-
YUV63.51143.52198.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.07%
GREEN value IS 8 (3.52% from 255) = 3.07%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=62.07%
G=3.07%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16289100.950.440.36327.6690.5933.33
HexA285B05F2C241485b21
Octal242101330137544451013341
Binary1010001010001011011010111111011001001001010010001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2085B; }

 p { color: rgb(162,8,91); }

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

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

 a { background-color: rgb(162,8,91); }

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

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

 span { border-color: rgb(162,8,91); }

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