Html Css Color HEX #A1155C Jazzberry Jam

📋 copy color: '#A1155C'

red 161 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #A1155C

Tints of Jazzberry Jam #A1155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.58%

R = 58.76%
G = 7.66%
B = 33.58%

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

#A1155C (or 0xA1155C) is known color: Jazzberry Jam. HEX triplet: A1, 15 and 5C. RGB value is (161,21,92). Sum of RGB (Red+Green+Blue) = 161+21+92=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A1155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1155C is #5EEAA3. Grayscale: #464646. Windows color (decimal): -6220452 or 6034849. OLE color: 6034849.

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

Color convert

RGB 161 21 92 -
CMYK 0 0.87 0.43 0.37
HSL 329.57º 0.77% 0.36% -
HSV(B) 329.57º 0.87% 0.63% -
XYZ 16.9 8.89 10.95 -
YUV 70.95 139.88 192.23 -
System Red Green Blue C M Y K H S L
Decimal 161 21 92 0 0.87 0.43 0.37 329.57 0.77 0.36
Hex A1 15 5C 0 57 2B 25 14A 4D 24
Octal 241 25 134 0 127 53 45 512 115 44
Binary 10100001 10101 1011100 0 1010111 101011 100101 101001010 1001101 100100

Color Harmonies of #A1155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1155C

Black with #A1155C

Text Example


Text Example

White with #A1155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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