Html Css Color HEX #A11971 Jazzberry Jam

📋 copy color: '#A11971'

red 161 ◦ green 25 ◦ blue 113

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

Shades of Jazzberry Jam #A11971

Tints of Jazzberry Jam #A11971

RGB

 RED value IS 161 (63.28% from 255) = 53.85%

 GREEN value IS 25 (10.16% from 255) = 8.36%

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

R = 53.85%
G = 8.36%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A11971 (or 0xA11971) is known color: Jazzberry Jam. HEX triplet: A1, 19 and 71. RGB value is (161,25,113). Sum of RGB (Red+Green+Blue) = 161+25+113=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A11971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11971 is #5EE68E. Grayscale: #4B4B4B. Windows color (decimal): -6219407 or 7412129. OLE color: 7412129.

HSL color Cylindrical-coordinate representation of color #A11971: hue angle of 321.18º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11971 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 25 113 -
CMYK 0 0.84 0.30 0.37
HSL 321.18º 0.73% 0.36% -
HSV(B) 321.18º 0.84% 0.63% -
XYZ 18.03 9.46 16.5 -
YUV 75.7 149.06 188.84 -
System Red Green Blue C M Y K H S L
Decimal 161 25 113 0 0.84 0.30 0.37 321.18 0.73 0.36
Hex A1 19 71 0 54 1E 25 141 49 24
Octal 241 31 161 0 124 36 45 501 111 44
Binary 10100001 11001 1110001 0 1010100 11110 100101 101000001 1001001 100100

Color Harmonies of #A11971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11971

Black with #A11971

Text Example


Text Example

White with #A11971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11971; }

 p { color: rgb(161,25,113); }

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

background-color css

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

 a { background-color: rgb(161,25,113); }

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

border-color css

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

 span { border-color: rgb(161,25,113); }

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