#A5145A

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

Shades of Jazzberry Jam #A5145A

Tints of Jazzberry Jam #A5145A

Color information

#A5145A (or 0xA5145A) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 14 and 5A. RGB value is (165,20,90). Sum of RGB (Red+Green+Blue) = 165+20+90=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A5145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5145A is #5AEBA5. Grayscale: #474747. Windows color (decimal): -5958566 or 5903525. OLE color: 5903525.

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

Color convert

RGB1652090-
CMYK00.880.450.35
HSL331.03º78.38%36.27%-
HSV(B)331.03º87.88%64.71%-
XYZ17.619.2410.53-
YUV71.34138.54194.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60%
GREEN value IS 20 (8.20% from 255) = 7.27%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=60%
G=7.27%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165209000.880.450.35331.0378.3836.27
HexA5145A0582D2314b4e24
Octal245241320130554351311644
Binary10100101101001011010010110001011011000111010010111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5145A; }

 p { color: rgb(165,20,90); }

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

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

 a { background-color: rgb(165,20,90); }

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

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

 span { border-color: rgb(165,20,90); }

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