#A11262

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

Shades of Jazzberry Jam #A11262

Tints of Jazzberry Jam #A11262

Color information

#A11262 (or 0xA11262) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 12 and 62. RGB value is (161,18,98). Sum of RGB (Red+Green+Blue) = 161+18+98=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A11262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11262 is #5EED9D. Grayscale: #454545. Windows color (decimal): -6221214 or 6427297. OLE color: 6427297.

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

Color convert

RGB1611898-
CMYK00.890.390.37
HSL326.43º79.89%35.1%-
HSV(B)326.43º88.82%63.14%-
XYZ17.128.8912.37-
YUV69.88143.88193-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.12%
GREEN value IS 18 (7.42% from 255) = 6.50%
BLUE value IS 98 (38.67% from 255) = 35.38%
R=58.12%
G=6.50%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161189800.890.390.37326.4379.8935.1
HexA1126205927251465023
Octal241221420131474550612043
Binary10100001100101100010010110011001111001011010001101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11262; }

 p { color: rgb(161,18,98); }

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

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

 a { background-color: rgb(161,18,98); }

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

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

 span { border-color: rgb(161,18,98); }

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