#A50668

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

Shades of Jazzberry Jam #A50668

Tints of Jazzberry Jam #A50668

Color information

#A50668 (or 0xA50668) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 06 and 68. RGB value is (165,6,104). Sum of RGB (Red+Green+Blue) = 165+6+104=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A50668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50668 is #5AF997. Grayscale: #404040. Windows color (decimal): -5962136 or 6817445. OLE color: 6817445.

HSL color Cylindrical-coordinate representation of color #A50668: hue angle of 323.02º degrees, saturation: 0.93, 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 #A50668 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB1656104-
CMYK00.960.370.35
HSL323.02º92.98%33.53%-
HSV(B)323.02º96.36%64.71%-
XYZ18.089.1313.91-
YUV64.71150.18199.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60%
GREEN value IS 6 (2.73% from 255) = 2.18%
BLUE value IS 104 (41.02% from 255) = 37.82%
R=60%
G=2.18%
B=37.82%

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
Decimal165610400.960.370.35323.0292.9833.53
HexA566806025231435d22
Octal24561500140454350313542
Binary101001011101101000011000001001011000111010000111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50668; }

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

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

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

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

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

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

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

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