Html Css Color HEX #A1155B Jazzberry Jam

📋 copy color: '#A1155B'

red 161 ◦ green 21 ◦ blue 91

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

Shades of Jazzberry Jam #A1155B

Tints of Jazzberry Jam #A1155B

RGB

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

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

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

R = 58.97%
G = 7.69%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A1155B (or 0xA1155B) is known color: Jazzberry Jam. HEX triplet: A1, 15 and 5B. RGB value is (161,21,91). Sum of RGB (Red+Green+Blue) = 161+21+91=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1155B is #5EEAA4. Grayscale: #464646. Windows color (decimal): -6220453 or 5969313. OLE color: 5969313.

HSL color Cylindrical-coordinate representation of color #A1155B: hue angle of 330º 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 #A1155B is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 21 91 -
CMYK 0 0.87 0.43 0.37
HSL 330º 0.77% 0.36% -
HSV(B) 330º 0.87% 0.63% -
XYZ 16.85 8.87 10.72 -
YUV 70.84 139.38 192.31 -
System Red Green Blue C M Y K H S L
Decimal 161 21 91 0 0.87 0.43 0.37 330 0.77 0.36
Hex A1 15 5B 0 57 2B 25 14A 4D 24
Octal 241 25 133 0 127 53 45 512 115 44
Binary 10100001 10101 1011011 0 1010111 101011 100101 101001010 1001101 100100

Color Harmonies of #A1155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1155B

Black with #A1155B

Text Example


Text Example

White with #A1155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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