#A1044F

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

Shades of Jazzberry Jam #A1044F

Tints of Jazzberry Jam #A1044F

Color information

#A1044F (or 0xA1044F) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 04 and 4F. RGB value is (161,4,79). Sum of RGB (Red+Green+Blue) = 161+4+79=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A1044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1044F is #5EFBB0. Grayscale: #3B3B3B. Windows color (decimal): -6224817 or 5178529. OLE color: 5178529.

HSL color Cylindrical-coordinate representation of color #A1044F: hue angle of 331.34º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1044F is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB161479-
CMYK00.980.510.37
HSL331.34º95.15%32.35%-
HSV(B)331.34º97.52%63.14%-
XYZ16.158.238.13-
YUV59.49139.01200.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.98%
GREEN value IS 4 (1.95% from 255) = 1.64%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=65.98%
G=1.64%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16147900.980.510.37331.3495.1532.35
HexA144F062332514b5f20
Octal24141170142634551313740
Binary101000011001001111011000101100111001011010010111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1044F; }

 p { color: rgb(161,4,79); }

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

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

 a { background-color: rgb(161,4,79); }

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

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

 span { border-color: rgb(161,4,79); }

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