Html Css Color HEX #A11571 Jazzberry Jam

📋 copy color: '#A11571'

red 161 ◦ green 21 ◦ blue 113

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

Shades of Jazzberry Jam #A11571

Tints of Jazzberry Jam #A11571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.12%

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

R = 54.58%
G = 7.12%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A11571 (or 0xA11571) is known color: Jazzberry Jam. HEX triplet: A1, 15 and 71. RGB value is (161,21,113). Sum of RGB (Red+Green+Blue) = 161+21+113=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A11571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11571 is #5EEA8E. Grayscale: #494949. Windows color (decimal): -6220431 or 7411105. OLE color: 7411105.

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

Color convert

RGB 161 21 113 -
CMYK 0 0.87 0.30 0.37
HSL 320.57º 0.77% 0.36% -
HSV(B) 320.57º 0.87% 0.63% -
XYZ 17.95 9.31 16.47 -
YUV 73.35 150.38 190.52 -
System Red Green Blue C M Y K H S L
Decimal 161 21 113 0 0.87 0.30 0.37 320.57 0.77 0.36
Hex A1 15 71 0 57 1E 25 141 4D 24
Octal 241 25 161 0 127 36 45 501 115 44
Binary 10100001 10101 1110001 0 1010111 11110 100101 101000001 1001101 100100

Color Harmonies of #A11571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11571

Black with #A11571

Text Example


Text Example

White with #A11571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11571; }

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

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

background-color css

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

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

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

border-color css

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

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

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