#A81369

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

Shades of Jazzberry Jam #A81369

Tints of Jazzberry Jam #A81369

Color information

#A81369 (or 0xA81369) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 13 and 69. RGB value is (168,19,105). Sum of RGB (Red+Green+Blue) = 168+19+105=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A81369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81369 is #57EC96. Grayscale: #494949. Windows color (decimal): -5762199 or 6886312. OLE color: 6886312.

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

Color convert

RGB16819105-
CMYK00.890.380.34
HSL325.37º79.68%36.67%-
HSV(B)325.37º88.69%65.88%-
XYZ18.939.8114.26-
YUV73.36145.86195.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.53%
GREEN value IS 19 (7.81% from 255) = 6.51%
BLUE value IS 105 (41.41% from 255) = 35.96%
R=57.53%
G=6.51%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681910500.890.380.34325.3779.6836.67
HexA8136905926221455025
Octal250231510131464250512045
Binary10101000100111101001010110011001101000101010001011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81369; }

 p { color: rgb(168,19,105); }

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

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

 a { background-color: rgb(168,19,105); }

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

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

 span { border-color: rgb(168,19,105); }

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