#A5014F

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

Shades of Jazzberry Jam #A5014F

Tints of Jazzberry Jam #A5014F

Color information

#A5014F (or 0xA5014F) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 01 and 4F. RGB value is (165,1,79). Sum of RGB (Red+Green+Blue) = 165+1+79=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A5014F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5014F is #5AFEB0. Grayscale: #3A3A3A. Windows color (decimal): -5963441 or 5177765. OLE color: 5177765.

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

Color convert

RGB165179-
CMYK00.990.520.35
HSL331.46º98.8%32.55%-
HSV(B)331.46º99.39%64.71%-
XYZ16.948.598.16-
YUV58.93139.33203.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.35%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=67.35%
G=0.41%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16517900.990.520.35331.4698.832.55
HexA514F063342314b6321
Octal24511170143644351314341
Binary1010010111001111011000111101001000111010010111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5014F; }

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

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

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

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

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

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

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

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