Html Css Color HEX #A1155D Jazzberry Jam

📋 copy color: '#A1155D'

red 161 ◦ green 21 ◦ blue 93

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

Shades of Jazzberry Jam #A1155D

Tints of Jazzberry Jam #A1155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.82%

R = 58.55%
G = 7.64%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1155D (or 0xA1155D) is known color: Jazzberry Jam. HEX triplet: A1, 15 and 5D. RGB value is (161,21,93). Sum of RGB (Red+Green+Blue) = 161+21+93=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A1155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1155D is #5EEAA2. Grayscale: #464646. Windows color (decimal): -6220451 or 6100385. OLE color: 6100385.

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

Color convert

RGB 161 21 93 -
CMYK 0 0.87 0.42 0.37
HSL 329.14º 0.77% 0.36% -
HSV(B) 329.14º 0.87% 0.63% -
XYZ 16.94 8.9 11.18 -
YUV 71.07 140.38 192.15 -
System Red Green Blue C M Y K H S L
Decimal 161 21 93 0 0.87 0.42 0.37 329.14 0.77 0.36
Hex A1 15 5D 0 57 2A 25 149 4D 24
Octal 241 25 135 0 127 52 45 511 115 44
Binary 10100001 10101 1011101 0 1010111 101010 100101 101001001 1001101 100100

Color Harmonies of #A1155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1155D

Black with #A1155D

Text Example


Text Example

White with #A1155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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