#A7126D

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

Shades of Jazzberry Jam #A7126D

Tints of Jazzberry Jam #A7126D

Color information

#A7126D (or 0xA7126D) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 12 and 6D. RGB value is (167,18,109). Sum of RGB (Red+Green+Blue) = 167+18+109=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A7126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7126D is #58ED92. Grayscale: #484848. Windows color (decimal): -5827987 or 7148199. OLE color: 7148199.

HSL color Cylindrical-coordinate representation of color #A7126D: hue angle of 323.36º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A7126D is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB16718109-
CMYK00.890.350.35
HSL323.36º80.54%36.27%-
HSV(B)323.36º89.22%65.49%-
XYZ18.919.7515.35-
YUV72.92148.36195.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.80%
GREEN value IS 18 (7.42% from 255) = 6.12%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=56.80%
G=6.12%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671810900.890.350.35323.3680.5436.27
HexA7126D05923231435124
Octal247221550131434350312144
Binary10100111100101101101010110011000111000111010000111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7126D; }

 p { color: rgb(167,18,109); }

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

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

 a { background-color: rgb(167,18,109); }

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

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

 span { border-color: rgb(167,18,109); }

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