Html Css Color HEX #A666CA Amethyst

📋 copy color: '#A666CA'

red 166 ◦ green 102 ◦ blue 202

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

Shades of Amethyst #A666CA

Tints of Amethyst #A666CA

RGB

 RED value IS 166 (65.23% from 255) = 35.32%

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

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

R = 35.32%
G = 21.7%
B = 42.98%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A666CA (or 0xA666CA) is known color: Amethyst. HEX triplet: A6, 66 and CA. RGB value is (166,102,202). Sum of RGB (Red+Green+Blue) = 166+102+202=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #A666CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666CA is #599935. Grayscale: #848484. Windows color (decimal): -5871926 or 13264550. OLE color: 13264550.

HSL color Cylindrical-coordinate representation of color #A666CA: hue angle of 278.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 #A666CA is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 102 202 -
CMYK 0.18 0.50 0 0.21
HSL 278.4º 0.49% 0.6% -
HSV(B) 278.4º 0.5% 0.79% -
XYZ 31.14 21.87 58.46 -
YUV 132.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 166 102 202 0.18 0.50 0 0.21 278.4 0.49 0.6
Hex A6 66 CA 12 32 0 15 116 31 3C
Octal 246 146 312 22 62 0 25 426 61 74
Binary 10100110 1100110 11001010 10010 110010 0 10101 100010110 110001 111100

Color Harmonies of #A666CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A666CA

Black with #A666CA

Text Example


Text Example

White with #A666CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A666CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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