#A1266F

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

Shades of Jazzberry Jam #A1266F

Tints of Jazzberry Jam #A1266F

Color information

#A1266F (or 0xA1266F) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 26 and 6F. RGB value is (161,38,111). Sum of RGB (Red+Green+Blue) = 161+38+111=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A1266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1266F is #5ED990. Grayscale: #525252. Windows color (decimal): -6216081 or 7284385. OLE color: 7284385.

HSL color Cylindrical-coordinate representation of color #A1266F: hue angle of 324.39º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1266F is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16138111-
CMYK00.760.310.37
HSL324.39º61.81%39.02%-
HSV(B)324.39º76.4%63.14%-
XYZ18.2610.1116.03-
YUV83.1143.75183.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.94%
GREEN value IS 38 (15.23% from 255) = 12.26%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=51.94%
G=12.26%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613811100.760.310.37324.3961.8139.02
HexA1266F04C1F251443e27
Octal24146157011437455047647
Binary1010000110011011011110100110011111100101101000100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1266F; }

 p { color: rgb(161,38,111); }

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

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

 a { background-color: rgb(161,38,111); }

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

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

 span { border-color: rgb(161,38,111); }

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