Html Css Color HEX #A1116E Jazzberry Jam

📋 copy color: '#A1116E'

red 161 ◦ green 17 ◦ blue 110

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

Shades of Jazzberry Jam #A1116E

Tints of Jazzberry Jam #A1116E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.19%

R = 55.9%
G = 5.9%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1116E (or 0xA1116E) is known color: Jazzberry Jam. HEX triplet: A1, 11 and 6E. RGB value is (161,17,110). Sum of RGB (Red+Green+Blue) = 161+17+110=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1116E is #5EEE91. Grayscale: #464646. Windows color (decimal): -6221458 or 7213473. OLE color: 7213473.

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

Color convert

RGB 161 17 110 -
CMYK 0 0.89 0.32 0.37
HSL 321.25º 0.81% 0.35% -
HSV(B) 321.25º 0.89% 0.63% -
XYZ 17.71 9.1 15.58 -
YUV 70.66 150.21 192.44 -
System Red Green Blue C M Y K H S L
Decimal 161 17 110 0 0.89 0.32 0.37 321.25 0.81 0.35
Hex A1 11 6E 0 59 20 25 141 51 23
Octal 241 21 156 0 131 40 45 501 121 43
Binary 10100001 10001 1101110 0 1011001 100000 100101 101000001 1010001 100011

Color Harmonies of #A1116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1116E

Black with #A1116E

Text Example


Text Example

White with #A1116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1116E; }

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

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

background-color css

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

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

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

border-color css

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

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

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