#A5064E

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

Shades of Jazzberry Jam #A5064E

Tints of Jazzberry Jam #A5064E

Color information

#A5064E (or 0xA5064E) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 06 and 4E. RGB value is (165,6,78). Sum of RGB (Red+Green+Blue) = 165+6+78=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A5064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5064E is #5AF9B1. Grayscale: #3D3D3D. Windows color (decimal): -5962162 or 5113509. OLE color: 5113509.

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

Color convert

RGB165678-
CMYK00.960.530.35
HSL332.83º92.98%33.53%-
HSV(B)332.83º96.36%64.71%-
XYZ16.968.687.99-
YUV61.75137.18201.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.27%
GREEN value IS 6 (2.73% from 255) = 2.41%
BLUE value IS 78 (30.86% from 255) = 31.33%
R=66.27%
G=2.41%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16567800.960.530.35332.8392.9833.53
HexA564E060352314d5d22
Octal24561160140654351513542
Binary101001011101001110011000001101011000111010011011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5064E; }

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

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

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

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

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

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

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

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