#A5014E

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

Shades of Jazzberry Jam #A5014E

Tints of Jazzberry Jam #A5014E

Color information

#A5014E (or 0xA5014E) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 01 and 4E. RGB value is (165,1,78). Sum of RGB (Red+Green+Blue) = 165+1+78=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A5014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5014E is #5AFEB1. Grayscale: #3A3A3A. Windows color (decimal): -5963442 or 5112229. OLE color: 5112229.

HSL color Cylindrical-coordinate representation of color #A5014E: hue angle of 331.83º 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 #A5014E is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB165178-
CMYK00.990.530.35
HSL331.83º98.8%32.55%-
HSV(B)331.83º99.39%64.71%-
XYZ16.98.577.97-
YUV58.81138.83203.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.62%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=67.62%
G=0.41%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16517800.990.530.35331.8398.832.55
HexA514E063352314c6321
Octal24511160143654351414341
Binary1010010111001110011000111101011000111010011001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5014E; }

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

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

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

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

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

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

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

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