Html Css Color HEX #A1176C Jazzberry Jam

📋 copy color: '#A1176C'

red 161 ◦ green 23 ◦ blue 108

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

Shades of Jazzberry Jam #A1176C

Tints of Jazzberry Jam #A1176C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.99%

R = 55.14%
G = 7.88%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A1176C (or 0xA1176C) is known color: Jazzberry Jam. HEX triplet: A1, 17 and 6C. RGB value is (161,23,108). Sum of RGB (Red+Green+Blue) = 161+23+108=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A1176C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1176C is #5EE893. Grayscale: #494949. Windows color (decimal): -6219924 or 7083937. OLE color: 7083937.

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

Color convert

RGB 161 23 108 -
CMYK 0 0.86 0.33 0.37
HSL 323.04º 0.75% 0.36% -
HSV(B) 323.04º 0.86% 0.63% -
XYZ 17.71 9.27 15.04 -
YUV 73.95 147.22 190.09 -
System Red Green Blue C M Y K H S L
Decimal 161 23 108 0 0.86 0.33 0.37 323.04 0.75 0.36
Hex A1 17 6C 0 56 21 25 143 4B 24
Octal 241 27 154 0 126 41 45 503 113 44
Binary 10100001 10111 1101100 0 1010110 100001 100101 101000011 1001011 100100

Color Harmonies of #A1176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1176C

Black with #A1176C

Text Example


Text Example

White with #A1176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1176C; }

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

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

background-color css

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

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

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

border-color css

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

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

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