#A11E6E

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

Shades of Jazzberry Jam #A11E6E

Tints of Jazzberry Jam #A11E6E

Color information

#A11E6E (or 0xA11E6E) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 1E and 6E. RGB value is (161,30,110). Sum of RGB (Red+Green+Blue) = 161+30+110=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11E6E is #5EE191. Grayscale: #4E4E4E. Windows color (decimal): -6218130 or 7216801. OLE color: 7216801.

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

Color convert

RGB16130110-
CMYK00.810.320.37
HSL323.36º68.59%37.45%-
HSV(B)323.36º81.37%63.14%-
XYZ17.989.6315.66-
YUV78.29145.9187-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 30 (12.11% from 255) = 9.97%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=53.49%
G=9.97%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613011000.810.320.37323.3668.5937.45
HexA11E6E05120251434525
Octal241361560121404550310545
Binary10100001111101101110010100011000001001011010000111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11E6E; }

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

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

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

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

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

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

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

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