#a11f66

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

Shades of Jazzberry Jam #A11F66

Tints of Jazzberry Jam #A11F66

Color information

#A11F66 (or 0xA11F66) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 1F and 66. RGB value is (161,31,102). Sum of RGB (Red+Green+Blue) = 161+31+102=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11F66 is #5EE099. Grayscale: #4D4D4D. Windows color (decimal): -6217882 or 6692769. OLE color: 6692769.

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

Color convert

RGB16131102-
CMYK00.810.370.37
HSL327.23º67.71%37.65%-
HSV(B)327.23º80.75%63.14%-
XYZ17.599.5213.48-
YUV77.96141.57187.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.76%
GREEN value IS 31 (12.5% from 255) = 10.54%
BLUE value IS 102 (40.23% from 255) = 34.69%
R=54.76%
G=10.54%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613110200.810.370.37327.2367.7137.65
HexA11F6605125251474426
Octal241371460121454550710446
Binary10100001111111100110010100011001011001011010001111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a11f66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a11f66; }

 p { color: rgb(161,31,102); }

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

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

 a { background-color: rgb(161,31,102); }

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

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

 span { border-color: rgb(161,31,102); }

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