#a60b66

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

Shades of Jazzberry Jam #A60B66

Tints of Jazzberry Jam #A60B66

Color information

#A60B66 (or 0xA60B66) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 0B and 66. RGB value is (166,11,102). Sum of RGB (Red+Green+Blue) = 166+11+102=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60B66 is #59F499. Grayscale: #434343. Windows color (decimal): -5895322 or 6687654. OLE color: 6687654.

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

Color convert

RGB16611102-
CMYK00.930.390.35
HSL324.77º87.57%34.71%-
HSV(B)324.77º93.37%65.1%-
XYZ18.249.3113.4-
YUV67.72147.35198.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.50%
GREEN value IS 11 (4.69% from 255) = 3.94%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=59.50%
G=3.94%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661110200.930.390.35324.7787.5734.71
HexA6B6605D27231455823
Octal246131460135474350513043
Binary1010011010111100110010111011001111000111010001011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a60b66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a60b66; }

 p { color: rgb(166,11,102); }

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

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

 a { background-color: rgb(166,11,102); }

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

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

 span { border-color: rgb(166,11,102); }

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