Html Css Color HEX #A1176B Jazzberry Jam

📋 copy color: '#A1176B'

red 161 ◦ green 23 ◦ blue 107

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

Shades of Jazzberry Jam #A1176B

Tints of Jazzberry Jam #A1176B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.9%

 BLUE value IS 107 (42.19% from 255) = 36.77%

R = 55.33%
G = 7.9%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A1176B (or 0xA1176B) is known color: Jazzberry Jam. HEX triplet: A1, 17 and 6B. RGB value is (161,23,107). Sum of RGB (Red+Green+Blue) = 161+23+107=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A1176B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1176B is #5EE894. Grayscale: #494949. Windows color (decimal): -6219925 or 7018401. OLE color: 7018401.

HSL color Cylindrical-coordinate representation of color #A1176B: hue angle of 323.48º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1176B is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 23 107 -
CMYK 0 0.86 0.34 0.37
HSL 323.48º 0.75% 0.36% -
HSV(B) 323.48º 0.86% 0.63% -
XYZ 17.66 9.25 14.76 -
YUV 73.84 146.72 190.17 -
System Red Green Blue C M Y K H S L
Decimal 161 23 107 0 0.86 0.34 0.37 323.48 0.75 0.36
Hex A1 17 6B 0 56 22 25 143 4B 24
Octal 241 27 153 0 126 42 45 503 113 44
Binary 10100001 10111 1101011 0 1010110 100010 100101 101000011 1001011 100100

Color Harmonies of #A1176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1176B

Black with #A1176B

Text Example


Text Example

White with #A1176B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1176B; }

 p { color: rgb(161,23,107); }

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

background-color css

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

 a { background-color: rgb(161,23,107); }

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

border-color css

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

 span { border-color: rgb(161,23,107); }

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