#A21568

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

Shades of Jazzberry Jam #A21568

Tints of Jazzberry Jam #A21568

Color information

#A21568 (or 0xA21568) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 15 and 68. RGB value is (162,21,104). Sum of RGB (Red+Green+Blue) = 162+21+104=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A21568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21568 is #5DEA97. Grayscale: #484848. Windows color (decimal): -6154904 or 6821282. OLE color: 6821282.

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

Color convert

RGB16221104-
CMYK00.870.360.36
HSL324.68º77.05%35.88%-
HSV(B)324.68º87.04%63.53%-
XYZ17.679.2213.94-
YUV72.62145.71191.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.45%
GREEN value IS 21 (8.59% from 255) = 7.32%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=56.45%
G=7.32%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622110400.870.360.36324.6877.0535.88
HexA2156805724241454d24
Octal242251500127444450511544
Binary10100010101011101000010101111001001001001010001011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21568; }

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

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

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

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

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

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

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

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