#A61F62

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

Shades of Jazzberry Jam #A61F62

Tints of Jazzberry Jam #A61F62

Color information

#A61F62 (or 0xA61F62) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 1F and 62. RGB value is (166,31,98). Sum of RGB (Red+Green+Blue) = 166+31+98=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61F62 is #59E09D. Grayscale: #4E4E4E. Windows color (decimal): -5890206 or 6430630. OLE color: 6430630.

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

Color convert

RGB1663198-
CMYK00.810.410.35
HSL330.22º68.53%38.63%-
HSV(B)330.22º81.33%65.1%-
XYZ18.429.9712.51-
YUV79138.73190.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.27%
GREEN value IS 31 (12.5% from 255) = 10.51%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=56.27%
G=10.51%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166319800.810.410.35330.2268.5338.63
HexA61F62051292314a4527
Octal246371420121514351210547
Binary10100110111111100010010100011010011000111010010101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61F62; }

 p { color: rgb(166,31,98); }

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

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

 a { background-color: rgb(166,31,98); }

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

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

 span { border-color: rgb(166,31,98); }

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