#a81465

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

Shades of Jazzberry Jam #A81465

Tints of Jazzberry Jam #A81465

Color information

#A81465 (or 0xA81465) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 14 and 65. RGB value is (168,20,101). Sum of RGB (Red+Green+Blue) = 168+20+101=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A81465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81465 is #57EB9A. Grayscale: #494949. Windows color (decimal): -5761947 or 6624424. OLE color: 6624424.

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

Color convert

RGB16820101-
CMYK00.880.400.34
HSL327.16º78.72%36.86%-
HSV(B)327.16º88.1%65.88%-
XYZ18.759.7613.21-
YUV73.49143.53195.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.13%
GREEN value IS 20 (8.20% from 255) = 6.92%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=58.13%
G=6.92%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682010100.880.400.34327.1678.7236.86
HexA8146505828221474f25
Octal250241450130504250711745
Binary10101000101001100101010110001010001000101010001111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a81465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a81465; }

 p { color: rgb(168,20,101); }

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

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

 a { background-color: rgb(168,20,101); }

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

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

 span { border-color: rgb(168,20,101); }

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