#A7126E

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

Shades of Jazzberry Jam #A7126E

Tints of Jazzberry Jam #A7126E

Color information

#A7126E (or 0xA7126E) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 12 and 6E. RGB value is (167,18,110). Sum of RGB (Red+Green+Blue) = 167+18+110=295 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.61% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 167 - color contains mainly: red. Hex color #A7126E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7126E is #58ED91. Grayscale: #484848. Windows color (decimal): -5827986 or 7213735. OLE color: 7213735.

HSL color Cylindrical-coordinate representation of color #A7126E: hue angle of 322.95º 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 #A7126E is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16718110-
CMYK00.890.340.35
HSL322.95º80.54%36.27%-
HSV(B)322.95º89.22%65.49%-
XYZ18.979.7715.64-
YUV73.04148.86195.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.61%
GREEN value IS 18 (7.42% from 255) = 6.10%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=56.61%
G=6.10%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671811000.890.340.35322.9580.5436.27
HexA7126E05922231435124
Octal247221560131424350312144
Binary10100111100101101110010110011000101000111010000111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7126E; }

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

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

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

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

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

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

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

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