#A61F72

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

Shades of Jazzberry Jam #A61F72

Tints of Jazzberry Jam #A61F72

Color information

#A61F72 (or 0xA61F72) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 1F and 72. RGB value is (166,31,114). Sum of RGB (Red+Green+Blue) = 166+31+114=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61F72 is #59E08D. Grayscale: #505050. Windows color (decimal): -5890190 or 7479206. OLE color: 7479206.

HSL color Cylindrical-coordinate representation of color #A61F72: hue angle of 323.11º 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 #A61F72 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16631114-
CMYK00.810.310.35
HSL323.11º68.53%38.63%-
HSV(B)323.11º81.33%65.1%-
XYZ19.2510.316.89-
YUV80.83146.73188.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.38%
GREEN value IS 31 (12.5% from 255) = 9.97%
BLUE value IS 114 (44.92% from 255) = 36.66%
R=53.38%
G=9.97%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663111400.810.310.35323.1168.5338.63
HexA61F720511F231434527
Octal246371620121374350310547
Binary1010011011111111001001010001111111000111010000111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61F72; }

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

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

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

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

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

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

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

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