#a7146b

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

Shades of Jazzberry Jam #A7146B

Tints of Jazzberry Jam #A7146B

Color information

#A7146B (or 0xA7146B) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 14 and 6B. RGB value is (167,20,107). Sum of RGB (Red+Green+Blue) = 167+20+107=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A7146B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7146B is #58EB94. Grayscale: #494949. Windows color (decimal): -5827477 or 7017639. OLE color: 7017639.

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

Color convert

RGB16720107-
CMYK00.880.360.35
HSL324.49º78.61%36.67%-
HSV(B)324.49º88.02%65.49%-
XYZ18.849.7814.8-
YUV73.87146.7194.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.80%
GREEN value IS 20 (8.20% from 255) = 6.80%
BLUE value IS 107 (42.19% from 255) = 36.39%
R=56.80%
G=6.80%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672010700.880.360.35324.4978.6136.67
HexA7146B05824231444f25
Octal247241530130444350411745
Binary10100111101001101011010110001001001000111010001001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7146b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7146b; }

 p { color: rgb(167,20,107); }

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

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

 a { background-color: rgb(167,20,107); }

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

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

 span { border-color: rgb(167,20,107); }

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