Html Css Color HEX #A0116C Jazzberry Jam

📋 copy color: '#A0116C'

red 160 ◦ green 17 ◦ blue 108

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

Shades of Jazzberry Jam #A0116C

Tints of Jazzberry Jam #A0116C

RGB

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

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

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

R = 56.14%
G = 5.96%
B = 37.89%

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

#A0116C (or 0xA0116C) is known color: Jazzberry Jam. HEX triplet: A0, 11 and 6C. RGB value is (160,17,108). Sum of RGB (Red+Green+Blue) = 160+17+108=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A0116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0116C is #5FEE93. Grayscale: #454545. Windows color (decimal): -6286996 or 7082400. OLE color: 7082400.

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

Color convert

RGB 160 17 108 -
CMYK 0 0.89 0.32 0.37
HSL 321.82º 0.81% 0.35% -
HSV(B) 321.82º 0.89% 0.63% -
XYZ 17.4 8.96 15 -
YUV 70.13 149.38 192.1 -
System Red Green Blue C M Y K H S L
Decimal 160 17 108 0 0.89 0.32 0.37 321.82 0.81 0.35
Hex A0 11 6C 0 59 20 25 142 51 23
Octal 240 21 154 0 131 40 45 502 121 43
Binary 10100000 10001 1101100 0 1011001 100000 100101 101000010 1010001 100011

Color Harmonies of #A0116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0116C

Black with #A0116C

Text Example


Text Example

White with #A0116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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