#A1065C

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

Shades of Jazzberry Jam #A1065C

Tints of Jazzberry Jam #A1065C

Color information

#A1065C (or 0xA1065C) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 06 and 5C. RGB value is (161,6,92). Sum of RGB (Red+Green+Blue) = 161+6+92=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A1065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1065C is #5EF9A3. Grayscale: #3D3D3D. Windows color (decimal): -6224292 or 6031009. OLE color: 6031009.

HSL color Cylindrical-coordinate representation of color #A1065C: hue angle of 326.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 #A1065C is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB161692-
CMYK00.960.430.37
HSL326.71º92.81%32.75%-
HSV(B)326.71º96.27%63.14%-
XYZ16.698.4810.88-
YUV62.15144.85198.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.16%
GREEN value IS 6 (2.73% from 255) = 2.32%
BLUE value IS 92 (36.33% from 255) = 35.52%
R=62.16%
G=2.32%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16169200.960.430.37326.7192.8132.75
HexA165C0602B251475d21
Octal24161340140534550713541
Binary101000011101011100011000001010111001011010001111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1065C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1065C; }

 p { color: rgb(161,6,92); }

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

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

 a { background-color: rgb(161,6,92); }

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

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

 span { border-color: rgb(161,6,92); }

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