#A8165E

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

Shades of Jazzberry Jam #A8165E

Tints of Jazzberry Jam #A8165E

Color information

#A8165E (or 0xA8165E) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 16 and 5E. RGB value is (168,22,94). Sum of RGB (Red+Green+Blue) = 168+22+94=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A8165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8165E is #57E9A1. Grayscale: #494949. Windows color (decimal): -5761442 or 6166184. OLE color: 6166184.

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

Color convert

RGB1682294-
CMYK00.870.440.34
HSL330.41º76.84%37.25%-
HSV(B)330.41º86.9%65.88%-
XYZ18.469.7111.49-
YUV73.86139.37195.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 59.15%
GREEN value IS 22 (8.98% from 255) = 7.75%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=59.15%
G=7.75%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168229400.870.440.34330.4176.8437.25
HexA8165E0572C2214a4d25
Octal250261360127544251211545
Binary10101000101101011110010101111011001000101010010101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8165E; }

 p { color: rgb(168,22,94); }

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

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

 a { background-color: rgb(168,22,94); }

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

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

 span { border-color: rgb(168,22,94); }

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