Html Css Color HEX #A166CF Amethyst

📋 copy color: '#A166CF'

red 161 ◦ green 102 ◦ blue 207

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

Shades of Amethyst #A166CF

Tints of Amethyst #A166CF

RGB

 RED value IS 161 (63.28% from 255) = 34.26%

 GREEN value IS 102 (40.23% from 255) = 21.7%

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 34.26%
G = 21.7%
B = 44.04%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A166CF (or 0xA166CF) is known color: Amethyst. HEX triplet: A1, 66 and CF. RGB value is (161,102,207). Sum of RGB (Red+Green+Blue) = 161+102+207=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #A166CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166CF is #5E9930. Grayscale: #838383. Windows color (decimal): -6199601 or 13592225. OLE color: 13592225.

HSL color Cylindrical-coordinate representation of color #A166CF: hue angle of 273.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A166CF is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 102 207 -
CMYK 0.22 0.51 0 0.19
HSL 273.71º 0.52% 0.61% -
HSV(B) 273.71º 0.51% 0.81% -
XYZ 30.71 21.58 61.58 -
YUV 131.61 170.55 148.96 -
System Red Green Blue C M Y K H S L
Decimal 161 102 207 0.22 0.51 0 0.19 273.71 0.52 0.61
Hex A1 66 CF 16 33 0 13 112 34 3D
Octal 241 146 317 26 63 0 23 422 64 75
Binary 10100001 1100110 11001111 10110 110011 0 10011 100010010 110100 111101

Color Harmonies of #A166CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A166CF

Black with #A166CF

Text Example


Text Example

White with #A166CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A166CF; }

 p { color: rgb(161,102,207); }

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

background-color css

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

 a { background-color: rgb(161,102,207); }

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

border-color css

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

 span { border-color: rgb(161,102,207); }

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