Html Css Color HEX #A1155F Jazzberry Jam

📋 copy color: '#A1155F'

red 161 ◦ green 21 ◦ blue 95

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

Shades of Jazzberry Jam #A1155F

Tints of Jazzberry Jam #A1155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.3%

R = 58.12%
G = 7.58%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A1155F (or 0xA1155F) is known color: Jazzberry Jam. HEX triplet: A1, 15 and 5F. RGB value is (161,21,95). Sum of RGB (Red+Green+Blue) = 161+21+95=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A1155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1155F is #5EEAA0. Grayscale: #474747. Windows color (decimal): -6220449 or 6231457. OLE color: 6231457.

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

Color convert

RGB 161 21 95 -
CMYK 0 0.87 0.41 0.37
HSL 328.29º 0.77% 0.36% -
HSV(B) 328.29º 0.87% 0.63% -
XYZ 17.03 8.94 11.65 -
YUV 71.3 141.38 191.98 -
System Red Green Blue C M Y K H S L
Decimal 161 21 95 0 0.87 0.41 0.37 328.29 0.77 0.36
Hex A1 15 5F 0 57 29 25 148 4D 24
Octal 241 25 137 0 127 51 45 510 115 44
Binary 10100001 10101 1011111 0 1010111 101001 100101 101001000 1001101 100100

Color Harmonies of #A1155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1155F

Black with #A1155F

Text Example


Text Example

White with #A1155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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