#A41665

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

Shades of Jazzberry Jam #A41665

Tints of Jazzberry Jam #A41665

Color information

#A41665 (or 0xA41665) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 16 and 65. RGB value is (164,22,101). Sum of RGB (Red+Green+Blue) = 164+22+101=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A41665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41665 is #5BE99A. Grayscale: #494949. Windows color (decimal): -6023579 or 6624932. OLE color: 6624932.

HSL color Cylindrical-coordinate representation of color #A41665: hue angle of 326.62º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41665 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16422101-
CMYK00.870.380.36
HSL326.62º76.34%36.47%-
HSV(B)326.62º86.59%64.31%-
XYZ17.959.4113.18-
YUV73.46143.54192.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.14%
GREEN value IS 22 (8.98% from 255) = 7.67%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=57.14%
G=7.67%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642210100.870.380.36326.6276.3436.47
HexA4166505726241474c24
Octal244261450127464450711444
Binary10100100101101100101010101111001101001001010001111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41665; }

 p { color: rgb(164,22,101); }

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

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

 a { background-color: rgb(164,22,101); }

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

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

 span { border-color: rgb(164,22,101); }

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