#A10765

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

Shades of Jazzberry Jam #A10765

Tints of Jazzberry Jam #A10765

Color information

#A10765 (or 0xA10765) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 07 and 65. RGB value is (161,7,101). Sum of RGB (Red+Green+Blue) = 161+7+101=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A10765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10765 is #5EF89A. Grayscale: #3F3F3F. Windows color (decimal): -6224027 or 6621089. OLE color: 6621089.

HSL color Cylindrical-coordinate representation of color #A10765: hue angle of 323.38º degrees, saturation: 0.92, 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 #A10765 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB1617101-
CMYK00.960.370.37
HSL323.38º91.67%32.94%-
HSV(B)323.38º95.65%63.14%-
XYZ17.128.6713.08-
YUV63.76149.02197.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.85%
GREEN value IS 7 (3.12% from 255) = 2.60%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=59.85%
G=2.60%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161710100.960.370.37323.3891.6732.94
HexA176506025251435c21
Octal24171450140454550313441
Binary101000011111100101011000001001011001011010000111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10765; }

 p { color: rgb(161,7,101); }

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

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

 a { background-color: rgb(161,7,101); }

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

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

 span { border-color: rgb(161,7,101); }

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