#A50253

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

Shades of Jazzberry Jam #A50253

Tints of Jazzberry Jam #A50253

Color information

#A50253 (or 0xA50253) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 02 and 53. RGB value is (165,2,83). Sum of RGB (Red+Green+Blue) = 165+2+83=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A50253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50253 is #5AFDAC. Grayscale: #3B3B3B. Windows color (decimal): -5963181 or 5440165. OLE color: 5440165.

HSL color Cylindrical-coordinate representation of color #A50253: hue angle of 330.18º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A50253 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB165283-
CMYK00.990.500.35
HSL330.18º97.6%32.75%-
HSV(B)330.18º98.79%64.71%-
XYZ17.18.678.96-
YUV59.97141202.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66%
GREEN value IS 2 (1.17% from 255) = 0.8%
BLUE value IS 83 (32.81% from 255) = 33.2%
R=66%
G=0.8%
B=33.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16528300.990.500.35330.1897.632.75
HexA5253063322314a6221
Octal24521230143624351214241
Binary10100101101010011011000111100101000111010010101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50253; }

 p { color: rgb(165,2,83); }

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

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

 a { background-color: rgb(165,2,83); }

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

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

 span { border-color: rgb(165,2,83); }

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