#A11F62

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

Shades of Jazzberry Jam #A11F62

Tints of Jazzberry Jam #A11F62

Color information

#A11F62 (or 0xA11F62) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 1F and 62. RGB value is (161,31,98). Sum of RGB (Red+Green+Blue) = 161+31+98=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11F62 is #5EE09D. Grayscale: #4D4D4D. Windows color (decimal): -6217886 or 6430625. OLE color: 6430625.

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

Color convert

RGB1613198-
CMYK00.810.390.37
HSL329.08º67.71%37.65%-
HSV(B)329.08º80.75%63.14%-
XYZ17.399.4412.46-
YUV77.51139.57187.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.52%
GREEN value IS 31 (12.5% from 255) = 10.69%
BLUE value IS 98 (38.67% from 255) = 33.79%
R=55.52%
G=10.69%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161319800.810.390.37329.0867.7137.65
HexA11F6205127251494426
Octal241371420121474551110446
Binary10100001111111100010010100011001111001011010010011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11F62; }

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

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

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

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

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

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

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

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