#A81C6D

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

Shades of Jazzberry Jam #A81C6D

Tints of Jazzberry Jam #A81C6D

Color information

#A81C6D (or 0xA81C6D) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 1C and 6D. RGB value is (168,28,109). Sum of RGB (Red+Green+Blue) = 168+28+109=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81C6D is #57E392. Grayscale: #4E4E4E. Windows color (decimal): -5759891 or 7150760. OLE color: 7150760.

HSL color Cylindrical-coordinate representation of color #A81C6D: hue angle of 325.29º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81C6D is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB16828109-
CMYK00.830.350.34
HSL325.29º71.43%38.43%-
HSV(B)325.29º83.33%65.88%-
XYZ19.3210.2615.43-
YUV79.09144.88191.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.08%
GREEN value IS 28 (11.33% from 255) = 9.18%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=55.08%
G=9.18%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682810900.830.350.34325.2971.4338.43
HexA81C6D05323221454726
Octal250341550123434250510746
Binary10101000111001101101010100111000111000101010001011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81C6D; }

 p { color: rgb(168,28,109); }

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

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

 a { background-color: rgb(168,28,109); }

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

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

 span { border-color: rgb(168,28,109); }

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