#A6094E

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

Shades of Jazzberry Jam #A6094E

Tints of Jazzberry Jam #A6094E

Color information

#A6094E (or 0xA6094E) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 09 and 4E. RGB value is (166,9,78). Sum of RGB (Red+Green+Blue) = 166+9+78=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A6094E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6094E is #59F6B1. Grayscale: #3F3F3F. Windows color (decimal): -5895858 or 5114278. OLE color: 5114278.

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

Color convert

RGB166978-
CMYK00.950.530.35
HSL333.63º89.71%34.31%-
HSV(B)333.63º94.58%65.1%-
XYZ17.28.858.01-
YUV63.81136.01200.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.61%
GREEN value IS 9 (3.91% from 255) = 3.56%
BLUE value IS 78 (30.86% from 255) = 30.83%
R=65.61%
G=3.56%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16697800.950.530.35333.6389.7134.31
HexA694E05F352314e5a22
Octal246111160137654351613242
Binary1010011010011001110010111111101011000111010011101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6094E; }

 p { color: rgb(166,9,78); }

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

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

 a { background-color: rgb(166,9,78); }

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

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

 span { border-color: rgb(166,9,78); }

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