Html Css Color HEX #A21771 Jazzberry Jam

📋 copy color: '#A21771'

red 162 ◦ green 23 ◦ blue 113

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

Shades of Jazzberry Jam #A21771

Tints of Jazzberry Jam #A21771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.72%

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

R = 54.36%
G = 7.72%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A21771 (or 0xA21771) is known color: Jazzberry Jam. HEX triplet: A2, 17 and 71. RGB value is (162,23,113). Sum of RGB (Red+Green+Blue) = 162+23+113=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A21771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21771 is #5DE88E. Grayscale: #4A4A4A. Windows color (decimal): -6154383 or 7411618. OLE color: 7411618.

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

Color convert

RGB 162 23 113 -
CMYK 0 0.86 0.30 0.36
HSL 321.15º 0.75% 0.36% -
HSV(B) 321.15º 0.86% 0.64% -
XYZ 18.19 9.49 16.5 -
YUV 74.82 149.55 190.18 -
System Red Green Blue C M Y K H S L
Decimal 162 23 113 0 0.86 0.30 0.36 321.15 0.75 0.36
Hex A2 17 71 0 56 1E 24 141 4B 24
Octal 242 27 161 0 126 36 44 501 113 44
Binary 10100010 10111 1110001 0 1010110 11110 100100 101000001 1001011 100100

Color Harmonies of #A21771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21771

Black with #A21771

Text Example


Text Example

White with #A21771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21771; }

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

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

background-color css

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

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

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

border-color css

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

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

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