#A61A5D

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

Shades of Jazzberry Jam #A61A5D

Tints of Jazzberry Jam #A61A5D

Color information

#A61A5D (or 0xA61A5D) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 1A and 5D. RGB value is (166,26,93). Sum of RGB (Red+Green+Blue) = 166+26+93=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61A5D is #59E5A2. Grayscale: #4B4B4B. Windows color (decimal): -5891491 or 6101670. OLE color: 6101670.

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

Color convert

RGB1662693-
CMYK00.840.440.35
HSL331.29º72.92%37.65%-
HSV(B)331.29º84.34%65.1%-
XYZ18.079.6411.26-
YUV75.5137.88192.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.25%
GREEN value IS 26 (10.55% from 255) = 9.12%
BLUE value IS 93 (36.72% from 255) = 32.63%
R=58.25%
G=9.12%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166269300.840.440.35331.2972.9237.65
HexA61A5D0542C2314b4926
Octal246321350124544351311146
Binary10100110110101011101010101001011001000111010010111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61A5D; }

 p { color: rgb(166,26,93); }

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

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

 a { background-color: rgb(166,26,93); }

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

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

 span { border-color: rgb(166,26,93); }

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