#A81B6D

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

Shades of Jazzberry Jam #A81B6D

Tints of Jazzberry Jam #A81B6D

Color information

#A81B6D (or 0xA81B6D) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 1B and 6D. RGB value is (168,27,109). Sum of RGB (Red+Green+Blue) = 168+27+109=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81B6D is #57E492. Grayscale: #4E4E4E. Windows color (decimal): -5760147 or 7150504. OLE color: 7150504.

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

Color convert

RGB16827109-
CMYK00.840.350.34
HSL325.11º72.31%38.24%-
HSV(B)325.11º83.93%65.88%-
XYZ19.310.2115.42-
YUV78.51145.21191.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.26%
GREEN value IS 27 (10.94% from 255) = 8.88%
BLUE value IS 109 (42.97% from 255) = 35.86%
R=55.26%
G=8.88%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682710900.840.350.34325.1172.3138.24
HexA81B6D05423221454826
Octal250331550124434250511046
Binary10101000110111101101010101001000111000101010001011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81B6D; }

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

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

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

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

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

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

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

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