Html Css Color HEX #A1115F Jazzberry Jam

📋 copy color: '#A1115F'

red 161 ◦ green 17 ◦ blue 95

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

Shades of Jazzberry Jam #A1115F

Tints of Jazzberry Jam #A1115F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.23%

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

R = 58.97%
G = 6.23%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A1115F (or 0xA1115F) is known color: Jazzberry Jam. HEX triplet: A1, 11 and 5F. RGB value is (161,17,95). Sum of RGB (Red+Green+Blue) = 161+17+95=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1115F is #5EEEA0. Grayscale: #444444. Windows color (decimal): -6221473 or 6230433. OLE color: 6230433.

HSL color Cylindrical-coordinate representation of color #A1115F: hue angle of 327.5º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1115F is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 17 95 -
CMYK 0 0.89 0.41 0.37
HSL 327.5º 0.81% 0.35% -
HSV(B) 327.5º 0.89% 0.63% -
XYZ 16.96 8.8 11.63 -
YUV 68.95 142.71 193.66 -
System Red Green Blue C M Y K H S L
Decimal 161 17 95 0 0.89 0.41 0.37 327.5 0.81 0.35
Hex A1 11 5F 0 59 29 25 148 51 23
Octal 241 21 137 0 131 51 45 510 121 43
Binary 10100001 10001 1011111 0 1011001 101001 100101 101001000 1010001 100011

Color Harmonies of #A1115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1115F

Black with #A1115F

Text Example


Text Example

White with #A1115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1115F; }

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

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

background-color css

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

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

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

border-color css

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

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

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