Html Css Color HEX #A0166B Jazzberry Jam

📋 copy color: '#A0166B'

red 160 ◦ green 22 ◦ blue 107

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

Shades of Jazzberry Jam #A0166B

Tints of Jazzberry Jam #A0166B

RGB

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

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

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

R = 55.36%
G = 7.61%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0166B (or 0xA0166B) is known color: Jazzberry Jam. HEX triplet: A0, 16 and 6B. RGB value is (160,22,107). Sum of RGB (Red+Green+Blue) = 160+22+107=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0166B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0166B is #5FE994. Grayscale: #484848. Windows color (decimal): -6285717 or 7018144. OLE color: 7018144.

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

Color convert

RGB 160 22 107 -
CMYK 0 0.86 0.33 0.37
HSL 323.04º 0.76% 0.36% -
HSV(B) 323.04º 0.86% 0.63% -
XYZ 17.44 9.11 14.75 -
YUV 72.95 147.22 190.09 -
System Red Green Blue C M Y K H S L
Decimal 160 22 107 0 0.86 0.33 0.37 323.04 0.76 0.36
Hex A0 16 6B 0 56 21 25 143 4C 24
Octal 240 26 153 0 126 41 45 503 114 44
Binary 10100000 10110 1101011 0 1010110 100001 100101 101000011 1001100 100100

Color Harmonies of #A0166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0166B

Black with #A0166B

Text Example


Text Example

White with #A0166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0166B; }

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

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

background-color css

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

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

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

border-color css

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

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

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