#A11A6D

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

Shades of Jazzberry Jam #A11A6D

Tints of Jazzberry Jam #A11A6D

Color information

#A11A6D (or 0xA11A6D) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 1A and 6D. RGB value is (161,26,109). Sum of RGB (Red+Green+Blue) = 161+26+109=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11A6D is #5EE592. Grayscale: #4B4B4B. Windows color (decimal): -6219155 or 7150241. OLE color: 7150241.

HSL color Cylindrical-coordinate representation of color #A11A6D: hue angle of 323.11º 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 #A11A6D is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB16126109-
CMYK00.840.320.37
HSL323.11º72.19%36.67%-
HSV(B)323.11º83.85%63.14%-
XYZ17.839.4215.35-
YUV75.83146.73188.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.39%
GREEN value IS 26 (10.55% from 255) = 8.78%
BLUE value IS 109 (42.97% from 255) = 36.82%
R=54.39%
G=8.78%
B=36.82%

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
Decimal1612610900.840.320.37323.1172.1936.67
HexA11A6D05420251434825
Octal241321550124404550311045
Binary10100001110101101101010101001000001001011010000111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11A6D; }

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

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

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

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

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

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

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

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