#A9015D

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

Shades of Jazzberry Jam #A9015D

Tints of Jazzberry Jam #A9015D

Color information

#A9015D (or 0xA9015D) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 01 and 5D. RGB value is (169,1,93). Sum of RGB (Red+Green+Blue) = 169+1+93=263 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.26% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 169 - color contains mainly: red. Hex color #A9015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9015D is #56FEA2. Grayscale: #3D3D3D. Windows color (decimal): -5701283 or 6095273. OLE color: 6095273.

HSL color Cylindrical-coordinate representation of color #A9015D: hue angle of 327.14º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9015D is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB169193-
CMYK00.990.450.34
HSL327.14º98.82%33.33%-
HSV(B)327.14º99.41%66.27%-
XYZ18.359.2511.17-
YUV61.72145.66204.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 64.26%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=64.26%
G=0.38%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16919300.990.450.34327.1498.8233.33
HexA915D0632D221476321
Octal25111350143554250714341
Binary1010100111011101011000111011011000101010001111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9015D; }

 p { color: rgb(169,1,93); }

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

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

 a { background-color: rgb(169,1,93); }

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

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

 span { border-color: rgb(169,1,93); }

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