Html Css Color HEX #A11471 Jazzberry Jam

📋 copy color: '#A11471'

red 161 ◦ green 20 ◦ blue 113

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

Shades of Jazzberry Jam #A11471

Tints of Jazzberry Jam #A11471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.8%

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

R = 54.76%
G = 6.8%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A11471 (or 0xA11471) is known color: Jazzberry Jam. HEX triplet: A1, 14 and 71. RGB value is (161,20,113). Sum of RGB (Red+Green+Blue) = 161+20+113=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A11471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11471 is #5EEB8E. Grayscale: #484848. Windows color (decimal): -6220687 or 7410849. OLE color: 7410849.

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

Color convert

RGB 161 20 113 -
CMYK 0 0.88 0.30 0.37
HSL 320.43º 0.78% 0.35% -
HSV(B) 320.43º 0.88% 0.63% -
XYZ 17.93 9.27 16.47 -
YUV 72.76 150.71 190.94 -
System Red Green Blue C M Y K H S L
Decimal 161 20 113 0 0.88 0.30 0.37 320.43 0.78 0.35
Hex A1 14 71 0 58 1E 25 140 4E 23
Octal 241 24 161 0 130 36 45 500 116 43
Binary 10100001 10100 1110001 0 1011000 11110 100101 101000000 1001110 100011

Color Harmonies of #A11471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11471

Black with #A11471

Text Example


Text Example

White with #A11471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11471; }

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

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

background-color css

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

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

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

border-color css

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

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

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