Html Css Color HEX #A666CD Amethyst

📋 copy color: '#A666CD'

red 166 ◦ green 102 ◦ blue 205

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

Shades of Amethyst #A666CD

Tints of Amethyst #A666CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 35.1%
G = 21.56%
B = 43.34%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A666CD (or 0xA666CD) is known color: Amethyst. HEX triplet: A6, 66 and CD. RGB value is (166,102,205). Sum of RGB (Red+Green+Blue) = 166+102+205=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #A666CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666CD is #599932. Grayscale: #848484. Windows color (decimal): -5871923 or 13461158. OLE color: 13461158.

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

Color convert

RGB 166 102 205 -
CMYK 0.19 0.50 0 0.20
HSL 277.28º 0.51% 0.6% -
HSV(B) 277.28º 0.5% 0.8% -
XYZ 31.5 22.02 60.35 -
YUV 132.88 168.7 151.62 -
System Red Green Blue C M Y K H S L
Decimal 166 102 205 0.19 0.50 0 0.20 277.28 0.51 0.6
Hex A6 66 CD 13 32 0 14 115 33 3C
Octal 246 146 315 23 62 0 24 425 63 74
Binary 10100110 1100110 11001101 10011 110010 0 10100 100010101 110011 111100

Color Harmonies of #A666CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A666CD

Black with #A666CD

Text Example


Text Example

White with #A666CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A666CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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