#A11A6F

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

Shades of Jazzberry Jam #A11A6F

Tints of Jazzberry Jam #A11A6F

Color information

#A11A6F (or 0xA11A6F) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 1A and 6F. RGB value is (161,26,111). Sum of RGB (Red+Green+Blue) = 161+26+111=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11A6F is #5EE590. Grayscale: #4B4B4B. Windows color (decimal): -6219153 or 7281313. OLE color: 7281313.

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

Color convert

RGB16126111-
CMYK00.840.310.37
HSL322.22º72.19%36.67%-
HSV(B)322.22º83.85%63.14%-
XYZ17.949.4615.92-
YUV76.05147.73188.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.03%
GREEN value IS 26 (10.55% from 255) = 8.72%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=54.03%
G=8.72%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612611100.840.310.37322.2272.1936.67
HexA11A6F0541F251424825
Octal241321570124374550211045
Binary1010000111010110111101010100111111001011010000101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11A6F; }

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

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

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

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

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

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

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

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