#A6074F

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

Shades of Jazzberry Jam #A6074F

Tints of Jazzberry Jam #A6074F

Color information

#A6074F (or 0xA6074F) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 07 and 4F. RGB value is (166,7,79). Sum of RGB (Red+Green+Blue) = 166+7+79=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A6074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6074F is #59F8B0. Grayscale: #3E3E3E. Windows color (decimal): -5896369 or 5179302. OLE color: 5179302.

HSL color Cylindrical-coordinate representation of color #A6074F: hue angle of 332.83º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6074F is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB166779-
CMYK00.960.520.35
HSL332.83º91.91%33.92%-
HSV(B)332.83º95.78%65.1%-
XYZ17.218.828.19-
YUV62.75137.18201.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.87%
GREEN value IS 7 (3.12% from 255) = 2.78%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=65.87%
G=2.78%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16677900.960.520.35332.8391.9133.92
HexA674F060342314d5c22
Octal24671170140644351513442
Binary101001101111001111011000001101001000111010011011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6074F; }

 p { color: rgb(166,7,79); }

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

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

 a { background-color: rgb(166,7,79); }

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

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

 span { border-color: rgb(166,7,79); }

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