Html Css Color HEX #A1116B Jazzberry Jam

📋 copy color: '#A1116B'

red 161 ◦ green 17 ◦ blue 107

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

Shades of Jazzberry Jam #A1116B

Tints of Jazzberry Jam #A1116B

RGB

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

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

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

R = 56.49%
G = 5.96%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A1116B (or 0xA1116B) is known color: Jazzberry Jam. HEX triplet: A1, 11 and 6B. RGB value is (161,17,107). Sum of RGB (Red+Green+Blue) = 161+17+107=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A1116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1116B is #5EEE94. Grayscale: #464646. Windows color (decimal): -6221461 or 7016865. OLE color: 7016865.

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

Color convert

RGB 161 17 107 -
CMYK 0 0.89 0.34 0.37
HSL 322.5º 0.81% 0.35% -
HSV(B) 322.5º 0.89% 0.63% -
XYZ 17.55 9.04 14.73 -
YUV 70.32 148.71 192.68 -
System Red Green Blue C M Y K H S L
Decimal 161 17 107 0 0.89 0.34 0.37 322.5 0.81 0.35
Hex A1 11 6B 0 59 22 25 142 51 23
Octal 241 21 153 0 131 42 45 502 121 43
Binary 10100001 10001 1101011 0 1011001 100010 100101 101000010 1010001 100011

Color Harmonies of #A1116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1116B

Black with #A1116B

Text Example


Text Example

White with #A1116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1116B; }

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

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

background-color css

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

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

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

border-color css

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

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

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