#A51B66

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

Shades of Jazzberry Jam #A51B66

Tints of Jazzberry Jam #A51B66

Color information

#A51B66 (or 0xA51B66) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 1B and 66. RGB value is (165,27,102). Sum of RGB (Red+Green+Blue) = 165+27+102=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51B66 is #5AE499. Grayscale: #4C4C4C. Windows color (decimal): -5956762 or 6691749. OLE color: 6691749.

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

Color convert

RGB16527102-
CMYK00.840.380.35
HSL327.39º71.88%37.65%-
HSV(B)327.39º83.64%64.71%-
XYZ18.319.7413.49-
YUV76.81142.22190.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.12%
GREEN value IS 27 (10.94% from 255) = 9.18%
BLUE value IS 102 (40.23% from 255) = 34.69%
R=56.12%
G=9.18%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652710200.840.380.35327.3971.8837.65
HexA51B6605426231474826
Octal245331460124464350711046
Binary10100101110111100110010101001001101000111010001111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B66; }

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

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

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

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

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

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

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

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