#A51C5A

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

Shades of Jazzberry Jam #A51C5A

Tints of Jazzberry Jam #A51C5A

Color information

#A51C5A (or 0xA51C5A) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 1C and 5A. RGB value is (165,28,90). Sum of RGB (Red+Green+Blue) = 165+28+90=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A51C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51C5A is #5AE3A5. Grayscale: #4B4B4B. Windows color (decimal): -5956518 or 5905573. OLE color: 5905573.

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

Color convert

RGB1652890-
CMYK00.830.450.35
HSL332.85º70.98%37.84%-
HSV(B)332.85º83.03%64.71%-
XYZ17.789.5710.58-
YUV76.03135.89191.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.30%
GREEN value IS 28 (11.33% from 255) = 9.89%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=58.30%
G=9.89%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165289000.830.450.35332.8570.9837.84
HexA51C5A0532D2314d4726
Octal245341320123554351510746
Binary10100101111001011010010100111011011000111010011011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51C5A; }

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

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

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

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

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

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

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

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