#A2146E

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

Shades of Jazzberry Jam #A2146E

Tints of Jazzberry Jam #A2146E

Color information

#A2146E (or 0xA2146E) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 14 and 6E. RGB value is (162,20,110). Sum of RGB (Red+Green+Blue) = 162+20+110=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A2146E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2146E is #5DEB91. Grayscale: #484848. Windows color (decimal): -6155154 or 7214242. OLE color: 7214242.

HSL color Cylindrical-coordinate representation of color #A2146E: hue angle of 321.97º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2146E is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16220110-
CMYK00.880.320.36
HSL321.97º78.02%35.69%-
HSV(B)321.97º87.65%63.53%-
XYZ17.969.3115.6-
YUV72.72149.04191.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.48%
GREEN value IS 20 (8.20% from 255) = 6.85%
BLUE value IS 110 (43.36% from 255) = 37.67%
R=55.48%
G=6.85%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622011000.880.320.36321.9778.0235.69
HexA2146E05820241424e24
Octal242241560130404450211644
Binary10100010101001101110010110001000001001001010000101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2146E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2146E; }

 p { color: rgb(162,20,110); }

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

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

 a { background-color: rgb(162,20,110); }

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

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

 span { border-color: rgb(162,20,110); }

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