Html Css Color HEX #A21147 Jazzberry Jam

📋 copy color: '#A21147'

red 162 ◦ green 17 ◦ blue 71

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

Shades of Jazzberry Jam #A21147

Tints of Jazzberry Jam #A21147

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.8%

 BLUE value IS 71 (28.13% from 255) = 28.4%

R = 64.8%
G = 6.8%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A21147 (or 0xA21147) is known color: Jazzberry Jam. HEX triplet: A2, 11 and 47. RGB value is (162,17,71). Sum of RGB (Red+Green+Blue) = 162+17+71=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A21147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21147 is #5DEEB8. Grayscale: #424242. Windows color (decimal): -6155961 or 4657570. OLE color: 4657570.

HSL color Cylindrical-coordinate representation of color #A21147: hue angle of 337.66º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21147 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 17 71 -
CMYK 0 0.90 0.56 0.36
HSL 337.66º 0.81% 0.35% -
HSV(B) 337.66º 0.9% 0.64% -
XYZ 16.24 8.54 6.75 -
YUV 66.51 130.54 196.11 -
System Red Green Blue C M Y K H S L
Decimal 162 17 71 0 0.90 0.56 0.36 337.66 0.81 0.35
Hex A2 11 47 0 5A 38 24 152 51 23
Octal 242 21 107 0 132 70 44 522 121 43
Binary 10100010 10001 1000111 0 1011010 111000 100100 101010010 1010001 100011

Color Harmonies of #A21147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21147

Black with #A21147

Text Example


Text Example

White with #A21147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21147; }

 p { color: rgb(162,17,71); }

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

background-color css

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

 a { background-color: rgb(162,17,71); }

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

border-color css

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

 span { border-color: rgb(162,17,71); }

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