#A02061

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

Shades of Jazzberry Jam #A02061

Tints of Jazzberry Jam #A02061

Color information

#A02061 (or 0xA02061) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 20 and 61. RGB value is (160,32,97). Sum of RGB (Red+Green+Blue) = 160+32+97=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A02061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02061 is #5FDF9E. Grayscale: #4D4D4D. Windows color (decimal): -6283167 or 6365344. OLE color: 6365344.

HSL color Cylindrical-coordinate representation of color #A02061: hue angle of 329.53º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02061 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB1603297-
CMYK00.800.390.37
HSL329.53º66.67%37.65%-
HSV(B)329.53º80%62.75%-
XYZ17.179.3712.21-
YUV77.68138.91186.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.36%
GREEN value IS 32 (12.89% from 255) = 11.07%
BLUE value IS 97 (38.28% from 255) = 33.56%
R=55.36%
G=11.07%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160329700.800.390.37329.5366.6737.65
HexA02061050272514a4326
Octal240401410120474551210346
Binary101000001000001100001010100001001111001011010010101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02061; }

 p { color: rgb(160,32,97); }

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

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

 a { background-color: rgb(160,32,97); }

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

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

 span { border-color: rgb(160,32,97); }

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