#A8054E

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

Shades of Jazzberry Jam #A8054E

Tints of Jazzberry Jam #A8054E

Color information

#A8054E (or 0xA8054E) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 05 and 4E. RGB value is (168,5,78). Sum of RGB (Red+Green+Blue) = 168+5+78=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A8054E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8054E is #57FAB1. Grayscale: #3D3D3D. Windows color (decimal): -5765810 or 5113256. OLE color: 5113256.

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

Color convert

RGB168578-
CMYK00.970.540.34
HSL333.13º94.22%33.92%-
HSV(B)333.13º97.02%65.88%-
XYZ17.588.988.02-
YUV62.06137203.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.93%
GREEN value IS 5 (2.34% from 255) = 1.99%
BLUE value IS 78 (30.86% from 255) = 31.08%
R=66.93%
G=1.99%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16857800.970.540.34333.1394.2233.92
HexA854E061362214d5e22
Octal25051160141664251513642
Binary101010001011001110011000011101101000101010011011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8054E; }

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

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

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

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

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

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

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

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