#A61E68

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

Shades of Jazzberry Jam #A61E68

Tints of Jazzberry Jam #A61E68

Color information

#A61E68 (or 0xA61E68) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 1E and 68. RGB value is (166,30,104). Sum of RGB (Red+Green+Blue) = 166+30+104=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61E68 is #59E197. Grayscale: #4E4E4E. Windows color (decimal): -5890456 or 6823590. OLE color: 6823590.

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

Color convert

RGB16630104-
CMYK00.820.370.35
HSL327.35º69.39%38.43%-
HSV(B)327.35º81.93%65.1%-
XYZ18.6910.0414.05-
YUV79.1142.06189.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.33%
GREEN value IS 30 (12.11% from 255) = 10%
BLUE value IS 104 (41.02% from 255) = 34.67%
R=55.33%
G=10%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663010400.820.370.35327.3569.3938.43
HexA61E6805225231474526
Octal246361500122454350710546
Binary10100110111101101000010100101001011000111010001111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61E68; }

 p { color: rgb(166,30,104); }

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

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

 a { background-color: rgb(166,30,104); }

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

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

 span { border-color: rgb(166,30,104); }

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