#A8064E

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

Shades of Jazzberry Jam #A8064E

Tints of Jazzberry Jam #A8064E

Color information

#A8064E (or 0xA8064E) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 06 and 4E. RGB value is (168,6,78). Sum of RGB (Red+Green+Blue) = 168+6+78=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8064E is #57F9B1. Grayscale: #3E3E3E. Windows color (decimal): -5765554 or 5113512. OLE color: 5113512.

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

Color convert

RGB168678-
CMYK00.960.540.34
HSL333.33º93.1%34.12%-
HSV(B)333.33º96.43%65.88%-
XYZ17.599.018.02-
YUV62.65136.67203.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.67%
GREEN value IS 6 (2.73% from 255) = 2.38%
BLUE value IS 78 (30.86% from 255) = 30.95%
R=66.67%
G=2.38%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16867800.960.540.34333.3393.134.12
HexA864E060362214d5d22
Octal25061160140664251513542
Binary101010001101001110011000001101101000101010011011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8064E; }

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

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

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

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

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

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

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

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