#A21256

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

Shades of Jazzberry Jam #A21256

Tints of Jazzberry Jam #A21256

Color information

#A21256 (or 0xA21256) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 12 and 56. RGB value is (162,18,86). Sum of RGB (Red+Green+Blue) = 162+18+86=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A21256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21256 is #5DEDA9. Grayscale: #444444. Windows color (decimal): -6155690 or 5640866. OLE color: 5640866.

HSL color Cylindrical-coordinate representation of color #A21256: hue angle of 331.67º 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 #A21256 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB1621886-
CMYK00.890.470.36
HSL331.67º80%35.29%-
HSV(B)331.67º88.89%63.53%-
XYZ16.88.799.61-
YUV68.81137.71194.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.90%
GREEN value IS 18 (7.42% from 255) = 6.77%
BLUE value IS 86 (33.98% from 255) = 32.33%
R=60.90%
G=6.77%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162188600.890.470.36331.678035.29
HexA212560592F2414c5023
Octal242221260131574451412043
Binary10100010100101010110010110011011111001001010011001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21256; }

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

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

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

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

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

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

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

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