#A51072

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

Shades of Jazzberry Jam #A51072

Tints of Jazzberry Jam #A51072

Color information

#A51072 (or 0xA51072) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 10 and 72. RGB value is (165,16,114). Sum of RGB (Red+Green+Blue) = 165+16+114=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A51072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51072 is #5AEF8D. Grayscale: #474747. Windows color (decimal): -5959566 or 7475365. OLE color: 7475365.

HSL color Cylindrical-coordinate representation of color #A51072: hue angle of 320.54º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51072 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16516114-
CMYK00.900.310.35
HSL320.54º82.32%35.49%-
HSV(B)320.54º90.3%64.71%-
XYZ18.749.5816.78-
YUV71.72151.86194.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.93%
GREEN value IS 16 (6.64% from 255) = 5.42%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=55.93%
G=5.42%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651611400.900.310.35320.5482.3235.49
HexA5107205A1F231415223
Octal245201620132374350112243
Binary1010010110000111001001011010111111000111010000011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51072; }

 p { color: rgb(165,16,114); }

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

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

 a { background-color: rgb(165,16,114); }

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

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

 span { border-color: rgb(165,16,114); }

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