#A21651

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

Shades of Jazzberry Jam #A21651

Tints of Jazzberry Jam #A21651

Color information

#A21651 (or 0xA21651) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 16 and 51. RGB value is (162,22,81). Sum of RGB (Red+Green+Blue) = 162+22+81=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A21651 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21651 is #5DE9AE. Grayscale: #464646. Windows color (decimal): -6154671 or 5314210. OLE color: 5314210.

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

Color convert

RGB1622281-
CMYK00.860.500.36
HSL334.71º76.09%36.08%-
HSV(B)334.71º86.42%63.53%-
XYZ16.678.858.61-
YUV70.59133.88193.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.13%
GREEN value IS 22 (8.98% from 255) = 8.30%
BLUE value IS 81 (32.03% from 255) = 30.57%
R=61.13%
G=8.30%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162228100.860.500.36334.7176.0936.08
HexA21651056322414f4c24
Octal242261210126624451711444
Binary10100010101101010001010101101100101001001010011111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21651; }

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

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

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

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

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

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

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

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