Html Css Color HEX #A66BDE Amethyst

📋 copy color: '#A66BDE'

red 166 ◦ green 107 ◦ blue 222

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

Shades of Amethyst #A66BDE

Tints of Amethyst #A66BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.62%

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 33.54%
G = 21.62%
B = 44.85%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A66BDE (or 0xA66BDE) is known color: Amethyst. HEX triplet: A6, 6B and DE. RGB value is (166,107,222). Sum of RGB (Red+Green+Blue) = 166+107+222=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #A66BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BDE is #599421. Grayscale: #898989. Windows color (decimal): -5870626 or 14576550. OLE color: 14576550.

HSL color Cylindrical-coordinate representation of color #A66BDE: hue angle of 270.78º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A66BDE is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 107 222 -
CMYK 0.25 0.52 0 0.13
HSL 270.78º 0.64% 0.65% -
HSV(B) 270.78º 0.52% 0.87% -
XYZ 34.17 23.9 71.92 -
YUV 137.75 175.55 148.15 -
System Red Green Blue C M Y K H S L
Decimal 166 107 222 0.25 0.52 0 0.13 270.78 0.64 0.65
Hex A6 6B DE 19 34 0 D 10F 40 41
Octal 246 153 336 31 64 0 15 417 100 101
Binary 10100110 1101011 11011110 11001 110100 0 1101 100001111 1000000 1000001

Color Harmonies of #A66BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66BDE

Black with #A66BDE

Text Example


Text Example

White with #A66BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66BDE; }

 p { color: rgb(166,107,222); }

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

background-color css

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

 a { background-color: rgb(166,107,222); }

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

border-color css

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

 span { border-color: rgb(166,107,222); }

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