Html Css Color HEX #A66FBF Amethyst

📋 copy color: '#A66FBF'

red 166 ◦ green 111 ◦ blue 191

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

Shades of Amethyst #A66FBF

Tints of Amethyst #A66FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.81%

R = 35.47%
G = 23.72%
B = 40.81%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A66FBF (or 0xA66FBF) is known color: Amethyst. HEX triplet: A6, 6F and BF. RGB value is (166,111,191). Sum of RGB (Red+Green+Blue) = 166+111+191=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #A66FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FBF is #599040. Grayscale: #888888. Windows color (decimal): -5869633 or 12545958. OLE color: 12545958.

HSL color Cylindrical-coordinate representation of color #A66FBF: hue angle of 281.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66FBF is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 111 191 -
CMYK 0.13 0.42 0 0.25
HSL 281.25º 0.38% 0.59% -
HSV(B) 281.25º 0.42% 0.75% -
XYZ 30.81 23.24 52.15 -
YUV 136.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 166 111 191 0.13 0.42 0 0.25 281.25 0.38 0.59
Hex A6 6F BF D 2A 0 19 119 26 3B
Octal 246 157 277 15 52 0 31 431 46 73
Binary 10100110 1101111 10111111 1101 101010 0 11001 100011001 100110 111011

Color Harmonies of #A66FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66FBF

Black with #A66FBF

Text Example


Text Example

White with #A66FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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