#A21A65

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

Shades of Jazzberry Jam #A21A65

Tints of Jazzberry Jam #A21A65

Color information

#A21A65 (or 0xA21A65) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 1A and 65. RGB value is (162,26,101). Sum of RGB (Red+Green+Blue) = 162+26+101=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A65 is #5DE59A. Grayscale: #4B4B4B. Windows color (decimal): -6153627 or 6625954. OLE color: 6625954.

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

Color convert

RGB16226101-
CMYK00.840.380.36
HSL326.91º72.34%36.86%-
HSV(B)326.91º83.95%63.53%-
XYZ17.629.3613.19-
YUV75.21142.56189.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.06%
GREEN value IS 26 (10.55% from 255) = 9.00%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=56.06%
G=9.00%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622610100.840.380.36326.9172.3436.86
HexA21A6505426241474825
Octal242321450124464450711045
Binary10100010110101100101010101001001101001001010001111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A65; }

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

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

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

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

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

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

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

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