Html Css Color HEX #A66FC8 Amethyst

📋 copy color: '#A66FC8'

red 166 ◦ green 111 ◦ blue 200

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

Shades of Amethyst #A66FC8

Tints of Amethyst #A66FC8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.27%

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

R = 34.8%
G = 23.27%
B = 41.93%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A66FC8 (or 0xA66FC8) is known color: Amethyst. HEX triplet: A6, 6F and C8. RGB value is (166,111,200). Sum of RGB (Red+Green+Blue) = 166+111+200=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #A66FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FC8 is #599037. Grayscale: #898989. Windows color (decimal): -5869624 or 13135782. OLE color: 13135782.

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

Color convert

RGB 166 111 200 -
CMYK 0.17 0.44 0 0.22
HSL 277.08º 0.45% 0.61% -
HSV(B) 277.08º 0.45% 0.78% -
XYZ 31.84 23.65 57.53 -
YUV 137.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 166 111 200 0.17 0.44 0 0.22 277.08 0.45 0.61
Hex A6 6F C8 11 2C 0 16 115 2D 3D
Octal 246 157 310 21 54 0 26 425 55 75
Binary 10100110 1101111 11001000 10001 101100 0 10110 100010101 101101 111101

Color Harmonies of #A66FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66FC8

Black with #A66FC8

Text Example


Text Example

White with #A66FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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