#A21A6A

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

Shades of Jazzberry Jam #A21A6A

Tints of Jazzberry Jam #A21A6A

Color information

#A21A6A (or 0xA21A6A) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 1A and 6A. RGB value is (162,26,106). Sum of RGB (Red+Green+Blue) = 162+26+106=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A6A is #5DE595. Grayscale: #4B4B4B. Windows color (decimal): -6153622 or 6953634. OLE color: 6953634.

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

Color convert

RGB16226106-
CMYK00.840.350.36
HSL324.71º72.34%36.86%-
HSV(B)324.71º83.95%63.53%-
XYZ17.879.4614.52-
YUV75.78145.06189.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.10%
GREEN value IS 26 (10.55% from 255) = 8.84%
BLUE value IS 106 (41.80% from 255) = 36.05%
R=55.10%
G=8.84%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622610600.840.350.36324.7172.3436.86
HexA21A6A05423241454825
Octal242321520124434450511045
Binary10100010110101101010010101001000111001001010001011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A6A; }

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

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

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

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

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

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

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

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