Html Css Color HEX #A0166A Jazzberry Jam

📋 copy color: '#A0166A'

red 160 ◦ green 22 ◦ blue 106

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

Shades of Jazzberry Jam #A0166A

Tints of Jazzberry Jam #A0166A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.81%

R = 55.56%
G = 7.64%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0166A (or 0xA0166A) is known color: Jazzberry Jam. HEX triplet: A0, 16 and 6A. RGB value is (160,22,106). Sum of RGB (Red+Green+Blue) = 160+22+106=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A0166A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0166A is #5FE995. Grayscale: #484848. Windows color (decimal): -6285718 or 6952608. OLE color: 6952608.

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

Color convert

RGB 160 22 106 -
CMYK 0 0.86 0.34 0.37
HSL 323.48º 0.76% 0.36% -
HSV(B) 323.48º 0.86% 0.63% -
XYZ 17.39 9.09 14.47 -
YUV 72.84 146.72 190.17 -
System Red Green Blue C M Y K H S L
Decimal 160 22 106 0 0.86 0.34 0.37 323.48 0.76 0.36
Hex A0 16 6A 0 56 22 25 143 4C 24
Octal 240 26 152 0 126 42 45 503 114 44
Binary 10100000 10110 1101010 0 1010110 100010 100101 101000011 1001100 100100

Color Harmonies of #A0166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0166A

Black with #A0166A

Text Example


Text Example

White with #A0166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0166A; }

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

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

background-color css

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

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

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

border-color css

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

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

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