#A5064F

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

Shades of Jazzberry Jam #A5064F

Tints of Jazzberry Jam #A5064F

Color information

#A5064F (or 0xA5064F) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 06 and 4F. RGB value is (165,6,79). Sum of RGB (Red+Green+Blue) = 165+6+79=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A5064F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5064F is #5AF9B0. Grayscale: #3D3D3D. Windows color (decimal): -5962161 or 5179045. OLE color: 5179045.

HSL color Cylindrical-coordinate representation of color #A5064F: hue angle of 332.45º 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 #A5064F is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB165679-
CMYK00.960.520.35
HSL332.45º92.98%33.53%-
HSV(B)332.45º96.36%64.71%-
XYZ16.998.698.18-
YUV61.86137.68201.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66%
GREEN value IS 6 (2.73% from 255) = 2.4%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=66%
G=2.4%
B=31.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16567900.960.520.35332.4592.9833.53
HexA564F060342314c5d22
Octal24561170140644351413542
Binary101001011101001111011000001101001000111010011001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5064F; }

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

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

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

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

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

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

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

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