Html Css Color HEX #A66CDE Amethyst

📋 copy color: '#A66CDE'

red 166 ◦ green 108 ◦ blue 222

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

Shades of Amethyst #A66CDE

Tints of Amethyst #A66CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.77%

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

R = 33.47%
G = 21.77%
B = 44.76%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A66CDE (or 0xA66CDE) is known color: Amethyst. HEX triplet: A6, 6C and DE. RGB value is (166,108,222). Sum of RGB (Red+Green+Blue) = 166+108+222=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #A66CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66CDE is #599321. Grayscale: #898989. Windows color (decimal): -5870370 or 14576806. OLE color: 14576806.

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

Color convert

RGB 166 108 222 -
CMYK 0.25 0.51 0 0.13
HSL 270.53º 0.63% 0.65% -
HSV(B) 270.53º 0.51% 0.87% -
XYZ 34.27 24.11 71.95 -
YUV 138.34 175.22 147.73 -
System Red Green Blue C M Y K H S L
Decimal 166 108 222 0.25 0.51 0 0.13 270.53 0.63 0.65
Hex A6 6C DE 19 33 0 D 10F 3F 41
Octal 246 154 336 31 63 0 15 417 77 101
Binary 10100110 1101100 11011110 11001 110011 0 1101 100001111 111111 1000001

Color Harmonies of #A66CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66CDE

Black with #A66CDE

Text Example


Text Example

White with #A66CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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