#A50B5E

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

Shades of Jazzberry Jam #A50B5E

Tints of Jazzberry Jam #A50B5E

Color information

#A50B5E (or 0xA50B5E) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0B and 5E. RGB value is (165,11,94). Sum of RGB (Red+Green+Blue) = 165+11+94=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50B5E is #5AF4A1. Grayscale: #424242. Windows color (decimal): -5960866 or 6163365. OLE color: 6163365.

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

Color convert

RGB1651194-
CMYK00.930.430.35
HSL327.66º87.5%34.51%-
HSV(B)327.66º93.33%64.71%-
XYZ17.669.0511.41-
YUV66.51143.52198.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.11%
GREEN value IS 11 (4.69% from 255) = 4.07%
BLUE value IS 94 (37.11% from 255) = 34.81%
R=61.11%
G=4.07%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165119400.930.430.35327.6687.534.51
HexA5B5E05D2B231485823
Octal245131360135534351013043
Binary1010010110111011110010111011010111000111010010001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50B5E; }

 p { color: rgb(165,11,94); }

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

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

 a { background-color: rgb(165,11,94); }

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

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

 span { border-color: rgb(165,11,94); }

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