#A5055B

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

Shades of Jazzberry Jam #A5055B

Tints of Jazzberry Jam #A5055B

Color information

#A5055B (or 0xA5055B) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 05 and 5B. RGB value is (165,5,91). Sum of RGB (Red+Green+Blue) = 165+5+91=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A5055B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5055B is #5AFAA4. Grayscale: #3E3E3E. Windows color (decimal): -5962405 or 5965221. OLE color: 5965221.

HSL color Cylindrical-coordinate representation of color #A5055B: hue angle of 327.75º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A5055B is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB165591-
CMYK00.970.450.35
HSL327.75º94.12%33.33%-
HSV(B)327.75º96.97%64.71%-
XYZ17.468.8610.69-
YUV62.64144.01201.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.22%
GREEN value IS 5 (2.34% from 255) = 1.92%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=63.22%
G=1.92%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16559100.970.450.35327.7594.1233.33
HexA555B0612D231485e21
Octal24551330141554351013641
Binary101001011011011011011000011011011000111010010001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5055B; }

 p { color: rgb(165,5,91); }

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

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

 a { background-color: rgb(165,5,91); }

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

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

 span { border-color: rgb(165,5,91); }

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