#A01062

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

Shades of Jazzberry Jam #A01062

Tints of Jazzberry Jam #A01062

Color information

#A01062 (or 0xA01062) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 10 and 62. RGB value is (160,16,98). Sum of RGB (Red+Green+Blue) = 160+16+98=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A01062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01062 is #5FEF9D. Grayscale: #444444. Windows color (decimal): -6287262 or 6426784. OLE color: 6426784.

HSL color Cylindrical-coordinate representation of color #A01062: hue angle of 325.83º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A01062 is Cyan = 0, Magento = 0.9, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB1601698-
CMYK00.90.390.37
HSL325.83º81.82%34.51%-
HSV(B)325.83º90%62.75%-
XYZ16.898.7312.35-
YUV68.4144.71193.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.39%
GREEN value IS 16 (6.64% from 255) = 5.84%
BLUE value IS 98 (38.67% from 255) = 35.77%
R=58.39%
G=5.84%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160169800.90.390.37325.8381.8234.51
HexA0106205A27251465223
Octal240201420132474550612243
Binary10100000100001100010010110101001111001011010001101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01062; }

 p { color: rgb(160,16,98); }

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

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

 a { background-color: rgb(160,16,98); }

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

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

 span { border-color: rgb(160,16,98); }

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