#a50d6f

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

Shades of Jazzberry Jam #A50D6F

Tints of Jazzberry Jam #A50D6F

Color information

#A50D6F (or 0xA50D6F) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0D and 6F. RGB value is (165,13,111). Sum of RGB (Red+Green+Blue) = 165+13+111=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50D6F is #5AF290. Grayscale: #454545. Windows color (decimal): -5960337 or 7277989. OLE color: 7277989.

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

Color convert

RGB16513111-
CMYK00.920.330.35
HSL321.32º85.39%34.9%-
HSV(B)321.32º92.12%64.71%-
XYZ18.539.4315.88-
YUV69.62151.36196.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.09%
GREEN value IS 13 (5.47% from 255) = 4.50%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=57.09%
G=4.50%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651311100.920.330.35321.3285.3934.9
HexA5D6F05C21231415523
Octal245151570134414350112543
Binary1010010111011101111010111001000011000111010000011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a50d6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a50d6f; }

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

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

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

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

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

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

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

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