#A51266

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

Shades of Jazzberry Jam #A51266

Tints of Jazzberry Jam #A51266

Color information

#A51266 (or 0xA51266) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 12 and 66. RGB value is (165,18,102). Sum of RGB (Red+Green+Blue) = 165+18+102=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A51266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51266 is #5AED99. Grayscale: #474747. Windows color (decimal): -5959066 or 6689445. OLE color: 6689445.

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

Color convert

RGB16518102-
CMYK00.890.380.35
HSL325.71º80.33%35.88%-
HSV(B)325.71º89.09%64.71%-
XYZ18.139.3913.43-
YUV71.53145.2194.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.89%
GREEN value IS 18 (7.42% from 255) = 6.32%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=57.89%
G=6.32%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651810200.890.380.35325.7180.3335.88
HexA5126605926231465024
Octal245221460131464350612044
Binary10100101100101100110010110011001101000111010001101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51266; }

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

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

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

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

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

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

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

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