#A11A6E

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

Shades of Jazzberry Jam #A11A6E

Tints of Jazzberry Jam #A11A6E

Color information

#A11A6E (or 0xA11A6E) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 1A and 6E. RGB value is (161,26,110). Sum of RGB (Red+Green+Blue) = 161+26+110=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11A6E is #5EE591. Grayscale: #4B4B4B. Windows color (decimal): -6219154 or 7215777. OLE color: 7215777.

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

Color convert

RGB16126110-
CMYK00.840.320.37
HSL322.67º72.19%36.67%-
HSV(B)322.67º83.85%63.14%-
XYZ17.889.4415.63-
YUV75.94147.23188.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.21%
GREEN value IS 26 (10.55% from 255) = 8.75%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=54.21%
G=8.75%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612611000.840.320.37322.6772.1936.67
HexA11A6E05420251434825
Octal241321560124404550311045
Binary10100001110101101110010101001000001001011010000111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11A6E; }

 p { color: rgb(161,26,110); }

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

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

 a { background-color: rgb(161,26,110); }

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

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

 span { border-color: rgb(161,26,110); }

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