#A50D6A

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

Shades of Jazzberry Jam #A50D6A

Tints of Jazzberry Jam #A50D6A

Color information

#A50D6A (or 0xA50D6A) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0D and 6A. RGB value is (165,13,106). Sum of RGB (Red+Green+Blue) = 165+13+106=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50D6A is #5AF295. Grayscale: #444444. Windows color (decimal): -5960342 or 6950309. OLE color: 6950309.

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

Color convert

RGB16513106-
CMYK00.920.360.35
HSL323.29º85.39%34.9%-
HSV(B)323.29º92.12%64.71%-
XYZ18.269.3314.47-
YUV69.05148.86196.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.10%
GREEN value IS 13 (5.47% from 255) = 4.58%
BLUE value IS 106 (41.80% from 255) = 37.32%
R=58.10%
G=4.58%
B=37.32%

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
Decimal1651310600.920.360.35323.2985.3934.9
HexA5D6A05C24231435523
Octal245151520134444350312543
Binary1010010111011101010010111001001001000111010000111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50D6A; }

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

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

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

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

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

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

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

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