#A5146C

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

Shades of Jazzberry Jam #A5146C

Tints of Jazzberry Jam #A5146C

Color information

#A5146C (or 0xA5146C) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 14 and 6C. RGB value is (165,20,108). Sum of RGB (Red+Green+Blue) = 165+20+108=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A5146C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5146C is #5AEB93. Grayscale: #494949. Windows color (decimal): -5958548 or 7083173. OLE color: 7083173.

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

Color convert

RGB16520108-
CMYK00.880.350.35
HSL323.59º78.38%36.27%-
HSV(B)323.59º87.88%64.71%-
XYZ18.479.5815.06-
YUV73.39147.54193.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.31%
GREEN value IS 20 (8.20% from 255) = 6.83%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=56.31%
G=6.83%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652010800.880.350.35323.5978.3836.27
HexA5146C05823231444e24
Octal245241540130434350411644
Binary10100101101001101100010110001000111000111010001001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5146C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5146C; }

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

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

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

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

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

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

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

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