#A5095D

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

Shades of Jazzberry Jam #A5095D

Tints of Jazzberry Jam #A5095D

Color information

#A5095D (or 0xA5095D) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 09 and 5D. RGB value is (165,9,93). Sum of RGB (Red+Green+Blue) = 165+9+93=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A5095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5095D is #5AF6A2. Grayscale: #414141. Windows color (decimal): -5961379 or 6097317. OLE color: 6097317.

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

Color convert

RGB165993-
CMYK00.950.440.35
HSL327.69º89.66%34.12%-
HSV(B)327.69º94.55%64.71%-
XYZ17.598.9911.16-
YUV65.22143.68199.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.80%
GREEN value IS 9 (3.91% from 255) = 3.37%
BLUE value IS 93 (36.72% from 255) = 34.83%
R=61.80%
G=3.37%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16599300.950.440.35327.6989.6634.12
HexA595D05F2C231485a22
Octal245111350137544351013242
Binary1010010110011011101010111111011001000111010010001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5095D; }

 p { color: rgb(165,9,93); }

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

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

 a { background-color: rgb(165,9,93); }

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

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

 span { border-color: rgb(165,9,93); }

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