#A50462

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

Shades of Jazzberry Jam #A50462

Tints of Jazzberry Jam #A50462

Color information

#A50462 (or 0xA50462) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 04 and 62. RGB value is (165,4,98). Sum of RGB (Red+Green+Blue) = 165+4+98=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A50462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50462 is #5AFB9D. Grayscale: #3E3E3E. Windows color (decimal): -5962654 or 6423717. OLE color: 6423717.

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

Color convert

RGB165498-
CMYK00.980.410.35
HSL324.97º95.27%33.14%-
HSV(B)324.97º97.58%64.71%-
XYZ17.778.9712.35-
YUV62.86147.84200.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.80%
GREEN value IS 4 (1.95% from 255) = 1.50%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=61.80%
G=1.50%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16549800.980.410.35324.9795.2733.14
HexA546206229231455f21
Octal24541420142514350513741
Binary101001011001100010011000101010011000111010001011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50462; }

 p { color: rgb(165,4,98); }

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

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

 a { background-color: rgb(165,4,98); }

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

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

 span { border-color: rgb(165,4,98); }

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