#A21463

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

Shades of Jazzberry Jam #A21463

Tints of Jazzberry Jam #A21463

Color information

#A21463 (or 0xA21463) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 14 and 63. RGB value is (162,20,99). Sum of RGB (Red+Green+Blue) = 162+20+99=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A21463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21463 is #5DEB9C. Grayscale: #474747. Windows color (decimal): -6155165 or 6493346. OLE color: 6493346.

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

Color convert

RGB1622099-
CMYK00.880.390.36
HSL326.62º78.02%35.69%-
HSV(B)326.62º87.65%63.53%-
XYZ17.49.0812.64-
YUV71.46143.54192.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.65%
GREEN value IS 20 (8.20% from 255) = 7.12%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=57.65%
G=7.12%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162209900.880.390.36326.6278.0235.69
HexA2146305827241474e24
Octal242241430130474450711644
Binary10100010101001100011010110001001111001001010001111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21463; }

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

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

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

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

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

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

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

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