#A50768

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

Shades of Jazzberry Jam #A50768

Tints of Jazzberry Jam #A50768

Color information

#A50768 (or 0xA50768) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 07 and 68. RGB value is (165,7,104). Sum of RGB (Red+Green+Blue) = 165+7+104=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A50768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50768 is #5AF897. Grayscale: #414141. Windows color (decimal): -5961880 or 6817701. OLE color: 6817701.

HSL color Cylindrical-coordinate representation of color #A50768: hue angle of 323.16º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A50768 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB1657104-
CMYK00.960.370.35
HSL323.16º91.86%33.73%-
HSV(B)323.16º95.76%64.71%-
XYZ18.099.1513.91-
YUV65.3149.85199.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.78%
GREEN value IS 7 (3.12% from 255) = 2.54%
BLUE value IS 104 (41.02% from 255) = 37.68%
R=59.78%
G=2.54%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165710400.960.370.35323.1691.8633.73
HexA576806025231435c22
Octal24571500140454350313442
Binary101001011111101000011000001001011000111010000111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50768; }

 p { color: rgb(165,7,104); }

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

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

 a { background-color: rgb(165,7,104); }

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

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

 span { border-color: rgb(165,7,104); }

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