Html Css Color HEX #A0166E Jazzberry Jam

📋 copy color: '#A0166E'

red 160 ◦ green 22 ◦ blue 110

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

Shades of Jazzberry Jam #A0166E

Tints of Jazzberry Jam #A0166E

RGB

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

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

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

R = 54.79%
G = 7.53%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0166E (or 0xA0166E) is known color: Jazzberry Jam. HEX triplet: A0, 16 and 6E. RGB value is (160,22,110). Sum of RGB (Red+Green+Blue) = 160+22+110=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A0166E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0166E is #5FE991. Grayscale: #494949. Windows color (decimal): -6285714 or 7214752. OLE color: 7214752.

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

Color convert

RGB 160 22 110 -
CMYK 0 0.86 0.31 0.37
HSL 321.74º 0.76% 0.36% -
HSV(B) 321.74º 0.86% 0.63% -
XYZ 17.6 9.17 15.59 -
YUV 73.29 148.72 189.84 -
System Red Green Blue C M Y K H S L
Decimal 160 22 110 0 0.86 0.31 0.37 321.74 0.76 0.36
Hex A0 16 6E 0 56 1F 25 142 4C 24
Octal 240 26 156 0 126 37 45 502 114 44
Binary 10100000 10110 1101110 0 1010110 11111 100101 101000010 1001100 100100

Color Harmonies of #A0166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0166E

Black with #A0166E

Text Example


Text Example

White with #A0166E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0166E; }

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

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

background-color css

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

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

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

border-color css

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

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

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