Html Css Color HEX #A66ACF Amethyst

📋 copy color: '#A66ACF'

red 166 ◦ green 106 ◦ blue 207

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

Shades of Amethyst #A66ACF

Tints of Amethyst #A66ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.13%

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 34.66%
G = 22.13%
B = 43.22%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A66ACF (or 0xA66ACF) is known color: Amethyst. HEX triplet: A6, 6A and CF. RGB value is (166,106,207). Sum of RGB (Red+Green+Blue) = 166+106+207=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #A66ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66ACF is #599530. Grayscale: #878787. Windows color (decimal): -5870897 or 13593254. OLE color: 13593254.

HSL color Cylindrical-coordinate representation of color #A66ACF: hue angle of 275.64º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A66ACF is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 106 207 -
CMYK 0.20 0.49 0 0.19
HSL 275.64º 0.51% 0.61% -
HSV(B) 275.64º 0.49% 0.81% -
XYZ 32.14 22.92 61.76 -
YUV 135.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 166 106 207 0.20 0.49 0 0.19 275.64 0.51 0.61
Hex A6 6A CF 14 31 0 13 114 33 3D
Octal 246 152 317 24 61 0 23 424 63 75
Binary 10100110 1101010 11001111 10100 110001 0 10011 100010100 110011 111101

Color Harmonies of #A66ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66ACF

Black with #A66ACF

Text Example


Text Example

White with #A66ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66ACF; }

 p { color: rgb(166,106,207); }

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

background-color css

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

 a { background-color: rgb(166,106,207); }

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

border-color css

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

 span { border-color: rgb(166,106,207); }

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