#A41661

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

Shades of Jazzberry Jam #A41661

Tints of Jazzberry Jam #A41661

Color information

#A41661 (or 0xA41661) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 16 and 61. RGB value is (164,22,97). Sum of RGB (Red+Green+Blue) = 164+22+97=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A41661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41661 is #5BE99E. Grayscale: #484848. Windows color (decimal): -6023583 or 6362788. OLE color: 6362788.

HSL color Cylindrical-coordinate representation of color #A41661: hue angle of 328.31º 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 #A41661 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1642297-
CMYK00.870.410.36
HSL328.31º76.34%36.47%-
HSV(B)328.31º86.59%64.31%-
XYZ17.759.3312.17-
YUV73.01141.54192.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.95%
GREEN value IS 22 (8.98% from 255) = 7.77%
BLUE value IS 97 (38.28% from 255) = 34.28%
R=57.95%
G=7.77%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164229700.870.410.36328.3176.3436.47
HexA4166105729241484c24
Octal244261410127514451011444
Binary10100100101101100001010101111010011001001010010001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41661; }

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

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

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

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

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

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

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

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