#A80357

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

Shades of Jazzberry Jam #A80357

Tints of Jazzberry Jam #A80357

Color information

#A80357 (or 0xA80357) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 03 and 57. RGB value is (168,3,87). Sum of RGB (Red+Green+Blue) = 168+3+87=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A80357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80357 is #57FCA8. Grayscale: #3D3D3D. Windows color (decimal): -5766313 or 5702568. OLE color: 5702568.

HSL color Cylindrical-coordinate representation of color #A80357: hue angle of 329.45º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80357 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB168387-
CMYK00.980.480.34
HSL329.45º96.49%33.53%-
HSV(B)329.45º98.21%65.88%-
XYZ17.99.089.83-
YUV61.91142.16203.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.12%
GREEN value IS 3 (1.56% from 255) = 1.16%
BLUE value IS 87 (34.38% from 255) = 33.72%
R=65.12%
G=1.16%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16838700.980.480.34329.4596.4933.53
HexA835706230221496022
Octal25031270142604251114042
Binary10101000111010111011000101100001000101010010011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80357; }

 p { color: rgb(168,3,87); }

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

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

 a { background-color: rgb(168,3,87); }

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

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

 span { border-color: rgb(168,3,87); }

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