#A21558

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

Shades of Jazzberry Jam #A21558

Tints of Jazzberry Jam #A21558

Color information

#A21558 (or 0xA21558) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 15 and 58. RGB value is (162,21,88). Sum of RGB (Red+Green+Blue) = 162+21+88=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A21558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21558 is #5DEAA7. Grayscale: #464646. Windows color (decimal): -6154920 or 5772706. OLE color: 5772706.

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

Color convert

RGB1622188-
CMYK00.870.460.36
HSL331.49º77.05%35.88%-
HSV(B)331.49º87.04%63.53%-
XYZ16.938.9210.06-
YUV70.8137.71193.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.78%
GREEN value IS 21 (8.59% from 255) = 7.75%
BLUE value IS 88 (34.77% from 255) = 32.47%
R=59.78%
G=7.75%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162218800.870.460.36331.4977.0535.88
HexA215580572E2414b4d24
Octal242251300127564451311544
Binary10100010101011011000010101111011101001001010010111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21558; }

 p { color: rgb(162,21,88); }

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

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

 a { background-color: rgb(162,21,88); }

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

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

 span { border-color: rgb(162,21,88); }

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