#A4005E

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

Shades of Jazzberry Jam #A4005E

Tints of Jazzberry Jam #A4005E

Color information

#A4005E (or 0xA4005E) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 00 and 5E. RGB value is (164,0,94). Sum of RGB (Red+Green+Blue) = 164+0+94=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A4005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4005E is #5BFFA1. Grayscale: #3B3B3B. Windows color (decimal): -6029218 or 6160548. OLE color: 6160548.

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

Color convert

RGB164094-
CMYK010.430.36
HSL325.61º100%32.16%-
HSV(B)325.61º100%64.31%-
XYZ17.338.711.36-
YUV59.75147.33202.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 63.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 36.43%
R=63.57%
G=0%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164094010.430.36325.6110032.16
HexA405E0642B241466420
Octal24401360144534450614440
Binary1010010001011110011001001010111001001010001101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4005E; }

 p { color: rgb(164,0,94); }

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

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

 a { background-color: rgb(164,0,94); }

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

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

 span { border-color: rgb(164,0,94); }

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