Html Css Color HEX #A66FCF Amethyst

📋 copy color: '#A66FCF'

red 166 ◦ green 111 ◦ blue 207

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

Shades of Amethyst #A66FCF

Tints of Amethyst #A66FCF

RGB

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

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

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

R = 34.3%
G = 22.93%
B = 42.77%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A66FCF (or 0xA66FCF) is known color: Amethyst. HEX triplet: A6, 6F and CF. RGB value is (166,111,207). Sum of RGB (Red+Green+Blue) = 166+111+207=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #A66FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FCF is #599030. Grayscale: #8A8A8A. Windows color (decimal): -5869617 or 13594534. OLE color: 13594534.

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

Color convert

RGB 166 111 207 -
CMYK 0.20 0.46 0 0.19
HSL 274.38º 0.5% 0.62% -
HSV(B) 274.38º 0.46% 0.81% -
XYZ 32.67 23.98 61.94 -
YUV 138.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 166 111 207 0.20 0.46 0 0.19 274.38 0.5 0.62
Hex A6 6F CF 14 2E 0 13 112 32 3E
Octal 246 157 317 24 56 0 23 422 62 76
Binary 10100110 1101111 11001111 10100 101110 0 10011 100010010 110010 111110

Color Harmonies of #A66FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66FCF

Black with #A66FCF

Text Example


Text Example

White with #A66FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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