#A11670

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

Shades of Jazzberry Jam #A11670

Tints of Jazzberry Jam #A11670

Color information

#A11670 (or 0xA11670) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 16 and 70. RGB value is (161,22,112). Sum of RGB (Red+Green+Blue) = 161+22+112=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A11670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11670 is #5EE98F. Grayscale: #494949. Windows color (decimal): -6220176 or 7345825. OLE color: 7345825.

HSL color Cylindrical-coordinate representation of color #A11670: hue angle of 321.15º degrees, saturation: 0.76, 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 #A11670 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16122112-
CMYK00.860.300.37
HSL321.15º75.96%35.88%-
HSV(B)321.15º86.34%63.14%-
XYZ17.919.3216.18-
YUV73.82149.55190.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.58%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=54.58%
G=7.46%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612211200.860.300.37321.1575.9635.88
HexA116700561E251414c24
Octal241261600126364550111444
Binary1010000110110111000001010110111101001011010000011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11670; }

 p { color: rgb(161,22,112); }

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

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

 a { background-color: rgb(161,22,112); }

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

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

 span { border-color: rgb(161,22,112); }

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