Html Css Color HEX #A1166A Jazzberry Jam

📋 copy color: '#A1166A'

red 161 ◦ green 22 ◦ blue 106

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

Shades of Jazzberry Jam #A1166A

Tints of Jazzberry Jam #A1166A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.61%

 BLUE value IS 106 (41.8% from 255) = 36.68%

R = 55.71%
G = 7.61%
B = 36.68%

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

#A1166A (or 0xA1166A) is known color: Jazzberry Jam. HEX triplet: A1, 16 and 6A. RGB value is (161,22,106). Sum of RGB (Red+Green+Blue) = 161+22+106=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A1166A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1166A is #5EE995. Grayscale: #484848. Windows color (decimal): -6220182 or 6952609. OLE color: 6952609.

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

Color convert

RGB 161 22 106 -
CMYK 0 0.86 0.34 0.37
HSL 323.74º 0.76% 0.36% -
HSV(B) 323.74º 0.86% 0.63% -
XYZ 17.59 9.19 14.48 -
YUV 73.14 146.55 190.67 -
System Red Green Blue C M Y K H S L
Decimal 161 22 106 0 0.86 0.34 0.37 323.74 0.76 0.36
Hex A1 16 6A 0 56 22 25 144 4C 24
Octal 241 26 152 0 126 42 45 504 114 44
Binary 10100001 10110 1101010 0 1010110 100010 100101 101000100 1001100 100100

Color Harmonies of #A1166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1166A

Black with #A1166A

Text Example


Text Example

White with #A1166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1166A; }

 p { color: rgb(161,22,106); }

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

background-color css

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

 a { background-color: rgb(161,22,106); }

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

border-color css

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

 span { border-color: rgb(161,22,106); }

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