#A51E66

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

Shades of Jazzberry Jam #A51E66

Tints of Jazzberry Jam #A51E66

Color information

#A51E66 (or 0xA51E66) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 1E and 66. RGB value is (165,30,102). Sum of RGB (Red+Green+Blue) = 165+30+102=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51E66 is #5AE199. Grayscale: #4E4E4E. Windows color (decimal): -5955994 or 6692517. OLE color: 6692517.

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

Color convert

RGB16530102-
CMYK00.820.380.35
HSL328º69.23%38.24%-
HSV(B)328º81.82%64.71%-
XYZ18.389.8913.51-
YUV78.57141.23189.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.56%
GREEN value IS 30 (12.11% from 255) = 10.10%
BLUE value IS 102 (40.23% from 255) = 34.34%
R=55.56%
G=10.10%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653010200.820.380.3532869.2338.24
HexA51E6605226231484526
Octal245361460122464351010546
Binary10100101111101100110010100101001101000111010010001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51E66; }

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

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

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

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

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

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

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

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