Html Css Color HEX #A66FD2 Amethyst

📋 copy color: '#A66FD2'

red 166 ◦ green 111 ◦ blue 210

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

Shades of Amethyst #A66FD2

Tints of Amethyst #A66FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.12%

R = 34.09%
G = 22.79%
B = 43.12%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A66FD2 (or 0xA66FD2) is known color: Amethyst. HEX triplet: A6, 6F and D2. RGB value is (166,111,210). Sum of RGB (Red+Green+Blue) = 166+111+210=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 210 - color contains mainly: blue. Hex color #A66FD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FD2 is #59902D. Grayscale: #8A8A8A. Windows color (decimal): -5869614 or 13791142. OLE color: 13791142.

HSL color Cylindrical-coordinate representation of color #A66FD2: hue angle of 273.33º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A66FD2 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 111 210 -
CMYK 0.21 0.47 0 0.18
HSL 273.33º 0.52% 0.63% -
HSV(B) 273.33º 0.47% 0.82% -
XYZ 33.04 24.13 63.89 -
YUV 138.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 166 111 210 0.21 0.47 0 0.18 273.33 0.52 0.63
Hex A6 6F D2 15 2F 0 12 111 34 3F
Octal 246 157 322 25 57 0 22 421 64 77
Binary 10100110 1101111 11010010 10101 101111 0 10010 100010001 110100 111111

Color Harmonies of #A66FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66FD2

Black with #A66FD2

Text Example


Text Example

White with #A66FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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