Html Css Color HEX #A66FDA Amethyst

📋 copy color: '#A66FDA'

red 166 ◦ green 111 ◦ blue 218

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

Shades of Amethyst #A66FDA

Tints of Amethyst #A66FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 33.54%
G = 22.42%
B = 44.04%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A66FDA (or 0xA66FDA) is known color: Amethyst. HEX triplet: A6, 6F and DA. RGB value is (166,111,218). Sum of RGB (Red+Green+Blue) = 166+111+218=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #A66FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FDA is #599025. Grayscale: #8B8B8B. Windows color (decimal): -5869606 or 14315430. OLE color: 14315430.

HSL color Cylindrical-coordinate representation of color #A66FDA: hue angle of 270.84º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A66FDA is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 111 218 -
CMYK 0.24 0.49 0 0.15
HSL 270.84º 0.59% 0.65% -
HSV(B) 270.84º 0.49% 0.85% -
XYZ 34.07 24.54 69.27 -
YUV 139.64 172.22 146.8 -
System Red Green Blue C M Y K H S L
Decimal 166 111 218 0.24 0.49 0 0.15 270.84 0.59 0.65
Hex A6 6F DA 18 31 0 F 10F 3B 41
Octal 246 157 332 30 61 0 17 417 73 101
Binary 10100110 1101111 11011010 11000 110001 0 1111 100001111 111011 1000001

Color Harmonies of #A66FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66FDA

Black with #A66FDA

Text Example


Text Example

White with #A66FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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