#A11462

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

Shades of Jazzberry Jam #A11462

Tints of Jazzberry Jam #A11462

Color information

#A11462 (or 0xA11462) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 14 and 62. RGB value is (161,20,98). Sum of RGB (Red+Green+Blue) = 161+20+98=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A11462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11462 is #5EEB9D. Grayscale: #464646. Windows color (decimal): -6220702 or 6427809. OLE color: 6427809.

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

Color convert

RGB1612098-
CMYK00.880.390.37
HSL326.81º77.9%35.49%-
HSV(B)326.81º87.58%63.14%-
XYZ17.158.9612.38-
YUV71.05143.21192.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.71%
GREEN value IS 20 (8.20% from 255) = 7.17%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=57.71%
G=7.17%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161209800.880.390.37326.8177.935.49
HexA1146205827251474e23
Octal241241420130474550711643
Binary10100001101001100010010110001001111001011010001111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11462; }

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

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

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

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

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

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

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

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