#A21653

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

Shades of Jazzberry Jam #A21653

Tints of Jazzberry Jam #A21653

Color information

#A21653 (or 0xA21653) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 16 and 53. RGB value is (162,22,83). Sum of RGB (Red+Green+Blue) = 162+22+83=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A21653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21653 is #5DE9AC. Grayscale: #464646. Windows color (decimal): -6154669 or 5445282. OLE color: 5445282.

HSL color Cylindrical-coordinate representation of color #A21653: hue angle of 333.86º degrees, saturation: 0.76, 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 #A21653 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB1622283-
CMYK00.860.490.36
HSL333.86º76.09%36.08%-
HSV(B)333.86º86.42%63.53%-
XYZ16.758.889.01-
YUV70.81134.88193.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.67%
GREEN value IS 22 (8.98% from 255) = 8.24%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=60.67%
G=8.24%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162228300.860.490.36333.8676.0936.08
HexA21653056312414e4c24
Octal242261230126614451611444
Binary10100010101101010011010101101100011001001010011101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21653; }

 p { color: rgb(162,22,83); }

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

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

 a { background-color: rgb(162,22,83); }

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

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

 span { border-color: rgb(162,22,83); }

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