#A7045C

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

Shades of Jazzberry Jam #A7045C

Tints of Jazzberry Jam #A7045C

Color information

#A7045C (or 0xA7045C) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 04 and 5C. RGB value is (167,4,92). Sum of RGB (Red+Green+Blue) = 167+4+92=263 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.50% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 167 - color contains mainly: red. Hex color #A7045C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7045C is #58FBA3. Grayscale: #3E3E3E. Windows color (decimal): -5831588 or 6030503. OLE color: 6030503.

HSL color Cylindrical-coordinate representation of color #A7045C: hue angle of 327.61º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A7045C is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB167492-
CMYK00.980.450.35
HSL327.61º95.32%33.53%-
HSV(B)327.61º97.6%65.49%-
XYZ17.919.0810.93-
YUV62.77144.5202.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 63.50%
GREEN value IS 4 (1.95% from 255) = 1.52%
BLUE value IS 92 (36.33% from 255) = 34.98%
R=63.50%
G=1.52%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16749200.980.450.35327.6195.3233.53
HexA745C0622D231485f22
Octal24741340142554351013742
Binary101001111001011100011000101011011000111010010001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7045C; }

 p { color: rgb(167,4,92); }

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

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

 a { background-color: rgb(167,4,92); }

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

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

 span { border-color: rgb(167,4,92); }

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