Html Css Color HEX #A666C8 Amethyst

📋 copy color: '#A666C8'

red 166 ◦ green 102 ◦ blue 200

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

Shades of Amethyst #A666C8

Tints of Amethyst #A666C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.74%

R = 35.47%
G = 21.79%
B = 42.74%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A666C8 (or 0xA666C8) is known color: Amethyst. HEX triplet: A6, 66 and C8. RGB value is (166,102,200). Sum of RGB (Red+Green+Blue) = 166+102+200=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 200 - color contains mainly: blue. Hex color #A666C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666C8 is #599937. Grayscale: #838383. Windows color (decimal): -5871928 or 13133478. OLE color: 13133478.

HSL color Cylindrical-coordinate representation of color #A666C8: hue angle of 279.18º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A666C8 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 102 200 -
CMYK 0.17 0.49 0 0.22
HSL 279.18º 0.47% 0.59% -
HSV(B) 279.18º 0.49% 0.78% -
XYZ 30.9 21.78 57.22 -
YUV 132.31 166.2 152.03 -
System Red Green Blue C M Y K H S L
Decimal 166 102 200 0.17 0.49 0 0.22 279.18 0.47 0.59
Hex A6 66 C8 11 31 0 16 117 2F 3B
Octal 246 146 310 21 61 0 26 427 57 73
Binary 10100110 1100110 11001000 10001 110001 0 10110 100010111 101111 111011

Color Harmonies of #A666C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A666C8

Black with #A666C8

Text Example


Text Example

White with #A666C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A666C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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