#A3166E

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

Shades of Jazzberry Jam #A3166E

Tints of Jazzberry Jam #A3166E

Color information

#A3166E (or 0xA3166E) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 16 and 6E. RGB value is (163,22,110). Sum of RGB (Red+Green+Blue) = 163+22+110=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A3166E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3166E is #5CE991. Grayscale: #494949. Windows color (decimal): -6089106 or 7214755. OLE color: 7214755.

HSL color Cylindrical-coordinate representation of color #A3166E: hue angle of 322.55º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3166E is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16322110-
CMYK00.870.330.36
HSL322.55º76.22%36.27%-
HSV(B)322.55º86.5%63.92%-
XYZ18.219.4915.62-
YUV74.19148.21191.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.25%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=55.25%
G=7.46%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632211000.870.330.36322.5576.2236.27
HexA3166E05721241434c24
Octal243261560127414450311444
Binary10100011101101101110010101111000011001001010000111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3166E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3166E; }

 p { color: rgb(163,22,110); }

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

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

 a { background-color: rgb(163,22,110); }

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

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

 span { border-color: rgb(163,22,110); }

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