#A21763

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

Shades of Jazzberry Jam #A21763

Tints of Jazzberry Jam #A21763

Color information

#A21763 (or 0xA21763) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 17 and 63. RGB value is (162,23,99). Sum of RGB (Red+Green+Blue) = 162+23+99=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A21763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21763 is #5DE89C. Grayscale: #494949. Windows color (decimal): -6154397 or 6494114. OLE color: 6494114.

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

Color convert

RGB1622399-
CMYK00.860.390.36
HSL327.19º75.14%36.27%-
HSV(B)327.19º85.8%63.53%-
XYZ17.469.212.66-
YUV73.22142.55191.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.04%
GREEN value IS 23 (9.38% from 255) = 8.10%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=57.04%
G=8.10%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162239900.860.390.36327.1975.1436.27
HexA2176305627241474b24
Octal242271430126474450711344
Binary10100010101111100011010101101001111001001010001111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21763; }

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

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

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

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

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

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

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

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