Html Css Color HEX #A21671 Jazzberry Jam

📋 copy color: '#A21671'

red 162 ◦ green 22 ◦ blue 113

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

Shades of Jazzberry Jam #A21671

Tints of Jazzberry Jam #A21671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.41%

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

R = 54.55%
G = 7.41%
B = 38.05%

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

#A21671 (or 0xA21671) is known color: Jazzberry Jam. HEX triplet: A2, 16 and 71. RGB value is (162,22,113). Sum of RGB (Red+Green+Blue) = 162+22+113=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A21671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21671 is #5DE98E. Grayscale: #4A4A4A. Windows color (decimal): -6154639 or 7411362. OLE color: 7411362.

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

Color convert

RGB 162 22 113 -
CMYK 0 0.86 0.30 0.36
HSL 321º 0.76% 0.36% -
HSV(B) 321º 0.86% 0.64% -
XYZ 18.17 9.45 16.49 -
YUV 74.23 149.88 190.6 -
System Red Green Blue C M Y K H S L
Decimal 162 22 113 0 0.86 0.30 0.36 321 0.76 0.36
Hex A2 16 71 0 56 1E 24 141 4C 24
Octal 242 26 161 0 126 36 44 501 114 44
Binary 10100010 10110 1110001 0 1010110 11110 100100 101000001 1001100 100100

Color Harmonies of #A21671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21671

Black with #A21671

Text Example


Text Example

White with #A21671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21671; }

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

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

background-color css

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

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

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

border-color css

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

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

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