#A11C68

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

Shades of Jazzberry Jam #A11C68

Tints of Jazzberry Jam #A11C68

Color information

#A11C68 (or 0xA11C68) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 1C and 68. RGB value is (161,28,104). Sum of RGB (Red+Green+Blue) = 161+28+104=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A11C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11C68 is #5EE397. Grayscale: #4C4C4C. Windows color (decimal): -6218648 or 6823073. OLE color: 6823073.

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

Color convert

RGB16128104-
CMYK00.830.350.37
HSL325.71º70.37%37.06%-
HSV(B)325.71º82.61%63.14%-
XYZ17.619.4113.98-
YUV76.43143.56188.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.95%
GREEN value IS 28 (11.33% from 255) = 9.56%
BLUE value IS 104 (41.02% from 255) = 35.49%
R=54.95%
G=9.56%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612810400.830.350.37325.7170.3737.06
HexA11C6805323251464625
Octal241341500123434550610645
Binary10100001111001101000010100111000111001011010001101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11C68; }

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

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

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

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

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

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

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

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