#A5004F

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

Shades of Jazzberry Jam #A5004F

Tints of Jazzberry Jam #A5004F

Color information

#A5004F (or 0xA5004F) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 00 and 4F. RGB value is (165,0,79). Sum of RGB (Red+Green+Blue) = 165+0+79=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A5004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5004F is #5AFFB0. Grayscale: #3A3A3A. Windows color (decimal): -5963697 or 5177509. OLE color: 5177509.

HSL color Cylindrical-coordinate representation of color #A5004F: hue angle of 331.27º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5004F is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB165079-
CMYK010.520.35
HSL331.27º100%32.35%-
HSV(B)331.27º100%64.71%-
XYZ16.938.568.16-
YUV58.34139.66204.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=67.62%
G=0%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165079010.520.35331.2710032.35
HexA504F064342314b6420
Octal24501170144644351314440
Binary1010010101001111011001001101001000111010010111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5004F; }

 p { color: rgb(165,0,79); }

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

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

 a { background-color: rgb(165,0,79); }

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

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

 span { border-color: rgb(165,0,79); }

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