#A1004F

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

Shades of Jazzberry Jam #A1004F

Tints of Jazzberry Jam #A1004F

Color information

#A1004F (or 0xA1004F) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 00 and 4F. RGB value is (161,0,79). Sum of RGB (Red+Green+Blue) = 161+0+79=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A1004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1004F is #5EFFB0. Grayscale: #383838. Windows color (decimal): -6225841 or 5177505. OLE color: 5177505.

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

Color convert

RGB161079-
CMYK010.510.37
HSL330.56º100%31.57%-
HSV(B)330.56º100%63.14%-
XYZ16.118.148.12-
YUV57.14140.34202.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=67.08%
G=0%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161079010.510.37330.5610031.57
HexA104F064332514b6420
Octal24101170144634551314440
Binary1010000101001111011001001100111001011010010111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1004F; }

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

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

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

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

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

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

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

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