#a51966

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

Shades of Jazzberry Jam #A51966

Tints of Jazzberry Jam #A51966

Color information

#A51966 (or 0xA51966) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 19 and 66. RGB value is (165,25,102). Sum of RGB (Red+Green+Blue) = 165+25+102=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A51966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51966 is #5AE699. Grayscale: #4B4B4B. Windows color (decimal): -5957274 or 6691237. OLE color: 6691237.

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

Color convert

RGB16525102-
CMYK00.850.380.35
HSL327º73.68%37.25%-
HSV(B)327º84.85%64.71%-
XYZ18.269.6513.47-
YUV75.64142.88191.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.51%
GREEN value IS 25 (10.16% from 255) = 8.56%
BLUE value IS 102 (40.23% from 255) = 34.93%
R=56.51%
G=8.56%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652510200.850.380.3532773.6837.25
HexA5196605526231474a25
Octal245311460125464350711245
Binary10100101110011100110010101011001101000111010001111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a51966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a51966; }

 p { color: rgb(165,25,102); }

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

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

 a { background-color: rgb(165,25,102); }

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

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

 span { border-color: rgb(165,25,102); }

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