Html Css Color HEX #A0116B Jazzberry Jam

📋 copy color: '#A0116B'

red 160 ◦ green 17 ◦ blue 107

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

Shades of Jazzberry Jam #A0116B

Tints of Jazzberry Jam #A0116B

RGB

 RED value IS 160 (62.89% from 255) = 56.34%

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

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

R = 56.34%
G = 5.99%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0116B (or 0xA0116B) is known color: Jazzberry Jam. HEX triplet: A0, 11 and 6B. RGB value is (160,17,107). Sum of RGB (Red+Green+Blue) = 160+17+107=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A0116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0116B is #5FEE94. Grayscale: #454545. Windows color (decimal): -6286997 or 7016864. OLE color: 7016864.

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

Color convert

RGB 160 17 107 -
CMYK 0 0.89 0.33 0.37
HSL 322.24º 0.81% 0.35% -
HSV(B) 322.24º 0.89% 0.63% -
XYZ 17.35 8.94 14.72 -
YUV 70.02 148.88 192.18 -
System Red Green Blue C M Y K H S L
Decimal 160 17 107 0 0.89 0.33 0.37 322.24 0.81 0.35
Hex A0 11 6B 0 59 21 25 142 51 23
Octal 240 21 153 0 131 41 45 502 121 43
Binary 10100000 10001 1101011 0 1011001 100001 100101 101000010 1010001 100011

Color Harmonies of #A0116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0116B

Black with #A0116B

Text Example


Text Example

White with #A0116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0116B; }

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

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

background-color css

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

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

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

border-color css

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

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

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