#A5064A

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

Shades of Jazzberry Jam #A5064A

Tints of Jazzberry Jam #A5064A

Color information

#A5064A (or 0xA5064A) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 06 and 4A. RGB value is (165,6,74). Sum of RGB (Red+Green+Blue) = 165+6+74=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A5064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5064A is #5AF9B5. Grayscale: #3D3D3D. Windows color (decimal): -5962166 or 4851365. OLE color: 4851365.

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

Color convert

RGB165674-
CMYK00.960.550.35
HSL334.34º92.98%33.53%-
HSV(B)334.34º96.36%64.71%-
XYZ16.828.627.26-
YUV61.29135.18201.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.35%
GREEN value IS 6 (2.73% from 255) = 2.45%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=67.35%
G=2.45%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16567400.960.550.35334.3492.9833.53
HexA564A060372314e5d22
Octal24561120140674351613542
Binary101001011101001010011000001101111000111010011101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5064A; }

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

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

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

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

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

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

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

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