#A50D68

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

Shades of Jazzberry Jam #A50D68

Tints of Jazzberry Jam #A50D68

Color information

#A50D68 (or 0xA50D68) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0D and 68. RGB value is (165,13,104). Sum of RGB (Red+Green+Blue) = 165+13+104=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50D68 is #5AF297. Grayscale: #444444. Windows color (decimal): -5960344 or 6819237. OLE color: 6819237.

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

Color convert

RGB16513104-
CMYK00.920.370.35
HSL324.08º85.39%34.9%-
HSV(B)324.08º92.12%64.71%-
XYZ18.169.2913.93-
YUV68.82147.86196.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.51%
GREEN value IS 13 (5.47% from 255) = 4.61%
BLUE value IS 104 (41.02% from 255) = 36.88%
R=58.51%
G=4.61%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651310400.920.370.35324.0885.3934.9
HexA5D6805C25231445523
Octal245151500134454350412543
Binary1010010111011101000010111001001011000111010001001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50D68; }

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

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

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

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

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

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

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

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