#A0065E

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

Shades of Jazzberry Jam #A0065E

Tints of Jazzberry Jam #A0065E

Color information

#A0065E (or 0xA0065E) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 06 and 5E. RGB value is (160,6,94). Sum of RGB (Red+Green+Blue) = 160+6+94=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A0065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0065E is #5FF9A1. Grayscale: #3D3D3D. Windows color (decimal): -6289826 or 6162080. OLE color: 6162080.

HSL color Cylindrical-coordinate representation of color #A0065E: hue angle of 325.71º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0065E is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB160694-
CMYK00.960.410.37
HSL325.71º92.77%32.55%-
HSV(B)325.71º96.25%62.75%-
XYZ16.588.4111.34-
YUV62.08146.02197.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.54%
GREEN value IS 6 (2.73% from 255) = 2.31%
BLUE value IS 94 (37.11% from 255) = 36.15%
R=61.54%
G=2.31%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16069400.960.410.37325.7192.7732.55
HexA065E06029251465d21
Octal24061360140514550613541
Binary101000001101011110011000001010011001011010001101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0065E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0065E; }

 p { color: rgb(160,6,94); }

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

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

 a { background-color: rgb(160,6,94); }

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

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

 span { border-color: rgb(160,6,94); }

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