#A52062

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

Shades of Jazzberry Jam #A52062

Tints of Jazzberry Jam #A52062

Color information

#A52062 (or 0xA52062) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 20 and 62. RGB value is (165,32,98). Sum of RGB (Red+Green+Blue) = 165+32+98=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A52062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52062 is #5ADF9D. Grayscale: #4F4F4F. Windows color (decimal): -5955486 or 6430885. OLE color: 6430885.

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

Color convert

RGB1653298-
CMYK00.810.410.35
HSL330.23º67.51%38.63%-
HSV(B)330.23º80.61%64.71%-
XYZ18.249.9112.51-
YUV79.29138.56189.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.93%
GREEN value IS 32 (12.89% from 255) = 10.85%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=55.93%
G=10.85%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165329800.810.410.35330.2367.5138.63
HexA52062051292314a4427
Octal245401420121514351210447
Binary101001011000001100010010100011010011000111010010101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52062; }

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

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

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

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

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

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

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

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