Html Css Color HEX #A1115B Jazzberry Jam

📋 copy color: '#A1115B'

red 161 ◦ green 17 ◦ blue 91

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

Shades of Jazzberry Jam #A1115B

Tints of Jazzberry Jam #A1115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.83%

R = 59.85%
G = 6.32%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A1115B (or 0xA1115B) is known color: Jazzberry Jam. HEX triplet: A1, 11 and 5B. RGB value is (161,17,91). Sum of RGB (Red+Green+Blue) = 161+17+91=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A1115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1115B is #5EEEA4. Grayscale: #444444. Windows color (decimal): -6221477 or 5968289. OLE color: 5968289.

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

Color convert

RGB 161 17 91 -
CMYK 0 0.89 0.43 0.37
HSL 329.17º 0.81% 0.35% -
HSV(B) 329.17º 0.89% 0.63% -
XYZ 16.79 8.73 10.7 -
YUV 68.49 140.71 193.98 -
System Red Green Blue C M Y K H S L
Decimal 161 17 91 0 0.89 0.43 0.37 329.17 0.81 0.35
Hex A1 11 5B 0 59 2B 25 149 51 23
Octal 241 21 133 0 131 53 45 511 121 43
Binary 10100001 10001 1011011 0 1011001 101011 100101 101001001 1010001 100011

Color Harmonies of #A1115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1115B

Black with #A1115B

Text Example


Text Example

White with #A1115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1115B; }

 p { color: rgb(161,17,91); }

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

background-color css

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

 a { background-color: rgb(161,17,91); }

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

border-color css

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

 span { border-color: rgb(161,17,91); }

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