#A60A67

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

Shades of Jazzberry Jam #A60A67

Tints of Jazzberry Jam #A60A67

Color information

#A60A67 (or 0xA60A67) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 0A and 67. RGB value is (166,10,103). Sum of RGB (Red+Green+Blue) = 166+10+103=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60A67 is #59F598. Grayscale: #434343. Windows color (decimal): -5895577 or 6752934. OLE color: 6752934.

HSL color Cylindrical-coordinate representation of color #A60A67: hue angle of 324.23º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60A67 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB16610103-
CMYK00.940.380.35
HSL324.23º88.64%34.51%-
HSV(B)324.23º93.98%65.1%-
XYZ18.289.313.66-
YUV67.25148.18198.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.50%
GREEN value IS 10 (4.30% from 255) = 3.58%
BLUE value IS 103 (40.62% from 255) = 36.92%
R=59.50%
G=3.58%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661010300.940.380.35324.2388.6434.51
HexA6A6705E26231445923
Octal246121470136464350413143
Binary1010011010101100111010111101001101000111010001001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60A67; }

 p { color: rgb(166,10,103); }

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

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

 a { background-color: rgb(166,10,103); }

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

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

 span { border-color: rgb(166,10,103); }

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