#A51770

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

Shades of Jazzberry Jam #A51770

Tints of Jazzberry Jam #A51770

Color information

#A51770 (or 0xA51770) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 17 and 70. RGB value is (165,23,112). Sum of RGB (Red+Green+Blue) = 165+23+112=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A51770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51770 is #5AE88F. Grayscale: #4B4B4B. Windows color (decimal): -5957776 or 7346085. OLE color: 7346085.

HSL color Cylindrical-coordinate representation of color #A51770: hue angle of 322.39º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A51770 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16523112-
CMYK00.860.320.35
HSL322.39º75.53%36.86%-
HSV(B)322.39º86.06%64.71%-
XYZ18.759.7816.23-
YUV75.6148.54191.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55%
GREEN value IS 23 (9.38% from 255) = 7.67%
BLUE value IS 112 (44.14% from 255) = 37.33%
R=55%
G=7.67%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652311200.860.320.35322.3975.5336.86
HexA5177005620231424c25
Octal245271600126404350211445
Binary10100101101111110000010101101000001000111010000101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51770; }

 p { color: rgb(165,23,112); }

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

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

 a { background-color: rgb(165,23,112); }

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

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

 span { border-color: rgb(165,23,112); }

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