#A51767

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

Shades of Jazzberry Jam #A51767

Tints of Jazzberry Jam #A51767

Color information

#A51767 (or 0xA51767) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 17 and 67. RGB value is (165,23,103). Sum of RGB (Red+Green+Blue) = 165+23+103=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A51767 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51767 is #5AE898. Grayscale: #4A4A4A. Windows color (decimal): -5957785 or 6756261. OLE color: 6756261.

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

Color convert

RGB16523103-
CMYK00.860.380.35
HSL326.2º75.53%36.86%-
HSV(B)326.2º86.06%64.71%-
XYZ18.279.5913.72-
YUV74.58144.04192.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.70%
GREEN value IS 23 (9.38% from 255) = 7.90%
BLUE value IS 103 (40.62% from 255) = 35.40%
R=56.70%
G=7.90%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652310300.860.380.35326.275.5336.86
HexA5176705626231464c25
Octal245271470126464350611445
Binary10100101101111100111010101101001101000111010001101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51767; }

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

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

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

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

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

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

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

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