Html Css Color HEX #A21571 Jazzberry Jam

📋 copy color: '#A21571'

red 162 ◦ green 21 ◦ blue 113

#A21571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A21571

Tints of Jazzberry Jam #A21571

RGB

 RED value IS 162 (63.67% from 255) = 54.73%

 GREEN value IS 21 (8.59% from 255) = 7.09%

 BLUE value IS 113 (44.53% from 255) = 38.18%

R = 54.73%
G = 7.09%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A21571 (or 0xA21571) is known color: Jazzberry Jam. HEX triplet: A2, 15 and 71. RGB value is (162,21,113). Sum of RGB (Red+Green+Blue) = 162+21+113=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A21571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21571 is #5DEA8E. Grayscale: #494949. Windows color (decimal): -6154895 or 7411106. OLE color: 7411106.

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

Color convert

RGB 162 21 113 -
CMYK 0 0.87 0.30 0.36
HSL 320.85º 0.77% 0.36% -
HSV(B) 320.85º 0.87% 0.64% -
XYZ 18.15 9.41 16.48 -
YUV 73.65 150.21 191.02 -
System Red Green Blue C M Y K H S L
Decimal 162 21 113 0 0.87 0.30 0.36 320.85 0.77 0.36
Hex A2 15 71 0 57 1E 24 141 4D 24
Octal 242 25 161 0 127 36 44 501 115 44
Binary 10100010 10101 1110001 0 1010111 11110 100100 101000001 1001101 100100

Color Harmonies of #A21571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21571

Black with #A21571

Text Example


Text Example

White with #A21571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21571; }

 p { color: rgb(162,21,113); }

 H1.HeaderClassName
 {
   color: #A21571;
 }
 .AnyTagClassName
 {
   color: #A21571;
 }
</style>

background-color css

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

 a { background-color: rgb(162,21,113); }

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

border-color css

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

 span { border-color: rgb(162,21,113); }

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