Html Css Color HEX #A21772 Jazzberry Jam

📋 copy color: '#A21772'

red 162 ◦ green 23 ◦ blue 114

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

Shades of Jazzberry Jam #A21772

Tints of Jazzberry Jam #A21772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.13%

R = 54.18%
G = 7.69%
B = 38.13%

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

#A21772 (or 0xA21772) is known color: Jazzberry Jam. HEX triplet: A2, 17 and 72. RGB value is (162,23,114). Sum of RGB (Red+Green+Blue) = 162+23+114=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A21772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21772 is #5DE88D. Grayscale: #4A4A4A. Windows color (decimal): -6154382 or 7477154. OLE color: 7477154.

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

Color convert

RGB 162 23 114 -
CMYK 0 0.86 0.30 0.36
HSL 320.72º 0.75% 0.36% -
HSV(B) 320.72º 0.86% 0.64% -
XYZ 18.24 9.51 16.79 -
YUV 74.94 150.05 190.1 -
System Red Green Blue C M Y K H S L
Decimal 162 23 114 0 0.86 0.30 0.36 320.72 0.75 0.36
Hex A2 17 72 0 56 1E 24 141 4B 24
Octal 242 27 162 0 126 36 44 501 113 44
Binary 10100010 10111 1110010 0 1010110 11110 100100 101000001 1001011 100100

Color Harmonies of #A21772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21772

Black with #A21772

Text Example


Text Example

White with #A21772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21772; }

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

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

background-color css

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

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

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

border-color css

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

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

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