#a5075e

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

Shades of Jazzberry Jam #A5075E

Tints of Jazzberry Jam #A5075E

Color information

#A5075E (or 0xA5075E) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 07 and 5E. RGB value is (165,7,94). Sum of RGB (Red+Green+Blue) = 165+7+94=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A5075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5075E is #5AF8A1. Grayscale: #3F3F3F. Windows color (decimal): -5961890 or 6162341. OLE color: 6162341.

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

Color convert

RGB165794-
CMYK00.960.430.35
HSL326.96º91.86%33.73%-
HSV(B)326.96º95.76%64.71%-
XYZ17.618.9611.39-
YUV64.16144.85199.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.03%
GREEN value IS 7 (3.12% from 255) = 2.63%
BLUE value IS 94 (37.11% from 255) = 35.34%
R=62.03%
G=2.63%
B=35.34%

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
Decimal16579400.960.430.35326.9691.8633.73
HexA575E0602B231475c22
Octal24571360140534350713442
Binary101001011111011110011000001010111000111010001111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5075e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5075e; }

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

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

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

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

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

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

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

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