#A50D69

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

Shades of Jazzberry Jam #A50D69

Tints of Jazzberry Jam #A50D69

Color information

#A50D69 (or 0xA50D69) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0D and 69. RGB value is (165,13,105). Sum of RGB (Red+Green+Blue) = 165+13+105=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50D69 is #5AF296. Grayscale: #444444. Windows color (decimal): -5960343 or 6884773. OLE color: 6884773.

HSL color Cylindrical-coordinate representation of color #A50D69: hue angle of 323.68º 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 #A50D69 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB16513105-
CMYK00.920.360.35
HSL323.68º85.39%34.9%-
HSV(B)323.68º92.12%64.71%-
XYZ18.219.3114.2-
YUV68.94148.36196.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.30%
GREEN value IS 13 (5.47% from 255) = 4.59%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=58.30%
G=4.59%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651310500.920.360.35323.6885.3934.9
HexA5D6905C24231445523
Octal245151510134444350412543
Binary1010010111011101001010111001001001000111010001001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50D69; }

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

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

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

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

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

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

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

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