Html Css Color HEX #A166CA Amethyst

📋 copy color: '#A166CA'

red 161 ◦ green 102 ◦ blue 202

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

Shades of Amethyst #A166CA

Tints of Amethyst #A166CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.44%

R = 34.62%
G = 21.94%
B = 43.44%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A166CA (or 0xA166CA) is known color: Amethyst. HEX triplet: A1, 66 and CA. RGB value is (161,102,202). Sum of RGB (Red+Green+Blue) = 161+102+202=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #A166CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166CA is #5E9935. Grayscale: #828282. Windows color (decimal): -6199606 or 13264545. OLE color: 13264545.

HSL color Cylindrical-coordinate representation of color #A166CA: hue angle of 275.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A166CA is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 102 202 -
CMYK 0.20 0.50 0 0.21
HSL 275.4º 0.49% 0.6% -
HSV(B) 275.4º 0.5% 0.79% -
XYZ 30.11 21.34 58.41 -
YUV 131.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 161 102 202 0.20 0.50 0 0.21 275.4 0.49 0.6
Hex A1 66 CA 14 32 0 15 113 31 3C
Octal 241 146 312 24 62 0 25 423 61 74
Binary 10100001 1100110 11001010 10100 110010 0 10101 100010011 110001 111100

Color Harmonies of #A166CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A166CA

Black with #A166CA

Text Example


Text Example

White with #A166CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A166CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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