Html Css Color HEX #A11157 Jazzberry Jam

📋 copy color: '#A11157'

red 161 ◦ green 17 ◦ blue 87

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

Shades of Jazzberry Jam #A11157

Tints of Jazzberry Jam #A11157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 32.83%

R = 60.75%
G = 6.42%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A11157 (or 0xA11157) is known color: Jazzberry Jam. HEX triplet: A1, 11 and 57. RGB value is (161,17,87). Sum of RGB (Red+Green+Blue) = 161+17+87=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A11157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11157 is #5EEEA8. Grayscale: #434343. Windows color (decimal): -6221481 or 5706145. OLE color: 5706145.

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

Color convert

RGB 161 17 87 -
CMYK 0 0.89 0.46 0.37
HSL 330.83º 0.81% 0.35% -
HSV(B) 330.83º 0.89% 0.63% -
XYZ 16.62 8.67 9.81 -
YUV 68.04 138.71 194.31 -
System Red Green Blue C M Y K H S L
Decimal 161 17 87 0 0.89 0.46 0.37 330.83 0.81 0.35
Hex A1 11 57 0 59 2E 25 14B 51 23
Octal 241 21 127 0 131 56 45 513 121 43
Binary 10100001 10001 1010111 0 1011001 101110 100101 101001011 1010001 100011

Color Harmonies of #A11157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11157

Black with #A11157

Text Example


Text Example

White with #A11157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11157; }

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

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

background-color css

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

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

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

border-color css

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

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

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