#A8054F

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

Shades of Jazzberry Jam #A8054F

Tints of Jazzberry Jam #A8054F

Color information

#A8054F (or 0xA8054F) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 05 and 4F. RGB value is (168,5,79). Sum of RGB (Red+Green+Blue) = 168+5+79=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8054F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8054F is #57FAB0. Grayscale: #3E3E3E. Windows color (decimal): -5765809 or 5178792. OLE color: 5178792.

HSL color Cylindrical-coordinate representation of color #A8054F: hue angle of 332.76º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8054F is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB168579-
CMYK00.970.530.34
HSL332.76º94.22%33.92%-
HSV(B)332.76º97.02%65.88%-
XYZ17.6198.21-
YUV62.17137.5203.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.67%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=66.67%
G=1.98%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16857900.970.530.34332.7694.2233.92
HexA854F061352214d5e22
Octal25051170141654251513642
Binary101010001011001111011000011101011000101010011011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8054F; }

 p { color: rgb(168,5,79); }

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

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

 a { background-color: rgb(168,5,79); }

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

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

 span { border-color: rgb(168,5,79); }

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