Html Css Color HEX #A66DBF Amethyst

📋 copy color: '#A66DBF'

red 166 ◦ green 109 ◦ blue 191

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

Shades of Amethyst #A66DBF

Tints of Amethyst #A66DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.39%

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

R = 35.62%
G = 23.39%
B = 40.99%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A66DBF (or 0xA66DBF) is known color: Amethyst. HEX triplet: A6, 6D and BF. RGB value is (166,109,191). Sum of RGB (Red+Green+Blue) = 166+109+191=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #A66DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66DBF is #599240. Grayscale: #878787. Windows color (decimal): -5870145 or 12545446. OLE color: 12545446.

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

Color convert

RGB 166 109 191 -
CMYK 0.13 0.43 0 0.25
HSL 281.71º 0.39% 0.59% -
HSV(B) 281.71º 0.43% 0.75% -
XYZ 30.6 22.81 52.08 -
YUV 135.39 159.38 149.83 -
System Red Green Blue C M Y K H S L
Decimal 166 109 191 0.13 0.43 0 0.25 281.71 0.39 0.59
Hex A6 6D BF D 2B 0 19 11A 27 3B
Octal 246 155 277 15 53 0 31 432 47 73
Binary 10100110 1101101 10111111 1101 101011 0 11001 100011010 100111 111011

Color Harmonies of #A66DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66DBF

Black with #A66DBF

Text Example


Text Example

White with #A66DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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