#a11768

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

Shades of Jazzberry Jam #A11768

Tints of Jazzberry Jam #A11768

Color information

#A11768 (or 0xA11768) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 17 and 68. RGB value is (161,23,104). Sum of RGB (Red+Green+Blue) = 161+23+104=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A11768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11768 is #5EE897. Grayscale: #494949. Windows color (decimal): -6219928 or 6821793. OLE color: 6821793.

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

Color convert

RGB16123104-
CMYK00.860.350.37
HSL324.78º75%36.08%-
HSV(B)324.78º85.71%63.14%-
XYZ17.59.1913.95-
YUV73.5145.22190.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.90%
GREEN value IS 23 (9.38% from 255) = 7.99%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=55.90%
G=7.99%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612310400.860.350.37324.787536.08
HexA1176805623251454b24
Octal241271500126434550511344
Binary10100001101111101000010101101000111001011010001011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a11768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a11768; }

 p { color: rgb(161,23,104); }

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

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

 a { background-color: rgb(161,23,104); }

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

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

 span { border-color: rgb(161,23,104); }

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