Html Css Color HEX #A1155A Jazzberry Jam

📋 copy color: '#A1155A'

red 161 ◦ green 21 ◦ blue 90

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

Shades of Jazzberry Jam #A1155A

Tints of Jazzberry Jam #A1155A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.09%

R = 59.19%
G = 7.72%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A1155A (or 0xA1155A) is known color: Jazzberry Jam. HEX triplet: A1, 15 and 5A. RGB value is (161,21,90). Sum of RGB (Red+Green+Blue) = 161+21+90=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A1155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1155A is #5EEAA5. Grayscale: #464646. Windows color (decimal): -6220454 or 5903777. OLE color: 5903777.

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

Color convert

RGB 161 21 90 -
CMYK 0 0.87 0.44 0.37
HSL 330.43º 0.77% 0.36% -
HSV(B) 330.43º 0.87% 0.63% -
XYZ 16.81 8.85 10.5 -
YUV 70.73 138.88 192.39 -
System Red Green Blue C M Y K H S L
Decimal 161 21 90 0 0.87 0.44 0.37 330.43 0.77 0.36
Hex A1 15 5A 0 57 2C 25 14A 4D 24
Octal 241 25 132 0 127 54 45 512 115 44
Binary 10100001 10101 1011010 0 1010111 101100 100101 101001010 1001101 100100

Color Harmonies of #A1155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1155A

Black with #A1155A

Text Example


Text Example

White with #A1155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1155A; }

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

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

background-color css

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

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

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

border-color css

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

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

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