#A5065E

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

Shades of Jazzberry Jam #A5065E

Tints of Jazzberry Jam #A5065E

Color information

#A5065E (or 0xA5065E) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 06 and 5E. RGB value is (165,6,94). Sum of RGB (Red+Green+Blue) = 165+6+94=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A5065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5065E is #5AF9A1. Grayscale: #3F3F3F. Windows color (decimal): -5962146 or 6162085. OLE color: 6162085.

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

Color convert

RGB165694-
CMYK00.960.430.35
HSL326.79º92.98%33.53%-
HSV(B)326.79º96.36%64.71%-
XYZ17.68.9411.39-
YUV63.57145.18200.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.26%
GREEN value IS 6 (2.73% from 255) = 2.26%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=62.26%
G=2.26%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16569400.960.430.35326.7992.9833.53
HexA565E0602B231475d22
Octal24561360140534350713542
Binary101001011101011110011000001010111000111010001111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5065E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5065E; }

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

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

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

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

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

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

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

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