#A80F63

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

Shades of Jazzberry Jam #A80F63

Tints of Jazzberry Jam #A80F63

Color information

#A80F63 (or 0xA80F63) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 0F and 63. RGB value is (168,15,99). Sum of RGB (Red+Green+Blue) = 168+15+99=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80F63 is #57F09C. Grayscale: #464646. Windows color (decimal): -5763229 or 6492072. OLE color: 6492072.

HSL color Cylindrical-coordinate representation of color #A80F63: hue angle of 327.06º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A80F63 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB1681599-
CMYK00.910.410.34
HSL327.06º83.61%35.88%-
HSV(B)327.06º91.07%65.88%-
XYZ18.579.5712.67-
YUV70.32144.19197.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 59.57%
GREEN value IS 15 (6.25% from 255) = 5.32%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=59.57%
G=5.32%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168159900.910.410.34327.0683.6135.88
HexA8F6305B29221475424
Octal250171430133514250712444
Binary1010100011111100011010110111010011000101010001111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80F63; }

 p { color: rgb(168,15,99); }

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

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

 a { background-color: rgb(168,15,99); }

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

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

 span { border-color: rgb(168,15,99); }

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