#A81E6A

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

Shades of Jazzberry Jam #A81E6A

Tints of Jazzberry Jam #A81E6A

Color information

#A81E6A (or 0xA81E6A) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 1E and 6A. RGB value is (168,30,106). Sum of RGB (Red+Green+Blue) = 168+30+106=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A81E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81E6A is #57E195. Grayscale: #4F4F4F. Windows color (decimal): -5759382 or 6954664. OLE color: 6954664.

HSL color Cylindrical-coordinate representation of color #A81E6A: hue angle of 326.96º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A81E6A is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB16830106-
CMYK00.820.370.34
HSL326.96º69.7%38.82%-
HSV(B)326.96º82.14%65.88%-
XYZ19.2110.2914.61-
YUV79.93142.72190.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.26%
GREEN value IS 30 (12.11% from 255) = 9.87%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=55.26%
G=9.87%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683010600.820.370.34326.9669.738.82
HexA81E6A05225221474627
Octal250361520122454250710647
Binary10101000111101101010010100101001011000101010001111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81E6A; }

 p { color: rgb(168,30,106); }

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

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

 a { background-color: rgb(168,30,106); }

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

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

 span { border-color: rgb(168,30,106); }

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