#A8074F

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

Shades of Jazzberry Jam #A8074F

Tints of Jazzberry Jam #A8074F

Color information

#A8074F (or 0xA8074F) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 07 and 4F. RGB value is (168,7,79). Sum of RGB (Red+Green+Blue) = 168+7+79=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A8074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8074F is #57F8B0. Grayscale: #3F3F3F. Windows color (decimal): -5765297 or 5179304. OLE color: 5179304.

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

Color convert

RGB168779-
CMYK00.960.530.34
HSL333.17º92%34.31%-
HSV(B)333.17º95.83%65.88%-
XYZ17.649.048.21-
YUV63.35136.84202.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.14%
GREEN value IS 7 (3.12% from 255) = 2.76%
BLUE value IS 79 (31.25% from 255) = 31.10%
R=66.14%
G=2.76%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16877900.960.530.34333.179234.31
HexA874F060352214d5c22
Octal25071170140654251513442
Binary101010001111001111011000001101011000101010011011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8074F; }

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

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

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

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

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

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

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

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