#A7126C

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

Shades of Jazzberry Jam #A7126C

Tints of Jazzberry Jam #A7126C

Color information

#A7126C (or 0xA7126C) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 12 and 6C. RGB value is (167,18,108). Sum of RGB (Red+Green+Blue) = 167+18+108=293 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.00% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 167 - color contains mainly: red. Hex color #A7126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7126C is #58ED93. Grayscale: #484848. Windows color (decimal): -5827988 or 7082663. OLE color: 7082663.

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

Color convert

RGB16718108-
CMYK00.890.350.35
HSL323.76º80.54%36.27%-
HSV(B)323.76º89.22%65.49%-
XYZ18.869.7315.07-
YUV72.81147.86195.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.00%
GREEN value IS 18 (7.42% from 255) = 6.14%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=57.00%
G=6.14%
B=36.86%

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
Decimal1671810800.890.350.35323.7680.5436.27
HexA7126C05923231445124
Octal247221540131434350412144
Binary10100111100101101100010110011000111000111010001001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7126C; }

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

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

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

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

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

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

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

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