#A2126A

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

Shades of Jazzberry Jam #A2126A

Tints of Jazzberry Jam #A2126A

Color information

#A2126A (or 0xA2126A) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 12 and 6A. RGB value is (162,18,106). Sum of RGB (Red+Green+Blue) = 162+18+106=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A2126A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2126A is #5DED95. Grayscale: #464646. Windows color (decimal): -6155670 or 6951586. OLE color: 6951586.

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

Color convert

RGB16218106-
CMYK00.890.350.36
HSL323.33º80%35.29%-
HSV(B)323.33º88.89%63.53%-
XYZ17.729.1514.47-
YUV71.09147.71192.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.64%
GREEN value IS 18 (7.42% from 255) = 6.29%
BLUE value IS 106 (41.80% from 255) = 37.06%
R=56.64%
G=6.29%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621810600.890.350.36323.338035.29
HexA2126A05923241435023
Octal242221520131434450312043
Binary10100010100101101010010110011000111001001010000111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2126A; }

 p { color: rgb(162,18,106); }

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

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

 a { background-color: rgb(162,18,106); }

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

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

 span { border-color: rgb(162,18,106); }

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