#A21465

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

Shades of Jazzberry Jam #A21465

Tints of Jazzberry Jam #A21465

Color information

#A21465 (or 0xA21465) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 14 and 65. RGB value is (162,20,101). Sum of RGB (Red+Green+Blue) = 162+20+101=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A21465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21465 is #5DEB9A. Grayscale: #474747. Windows color (decimal): -6155163 or 6624418. OLE color: 6624418.

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

Color convert

RGB16220101-
CMYK00.880.380.36
HSL325.77º78.02%35.69%-
HSV(B)325.77º87.65%63.53%-
XYZ17.59.1213.15-
YUV71.69144.54192.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.24%
GREEN value IS 20 (8.20% from 255) = 7.07%
BLUE value IS 101 (39.84% from 255) = 35.69%
R=57.24%
G=7.07%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622010100.880.380.36325.7778.0235.69
HexA2146505826241464e24
Octal242241450130464450611644
Binary10100010101001100101010110001001101001001010001101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21465; }

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

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

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

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

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

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

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

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