Html Css Color HEX #A66CE0 Amethyst

📋 copy color: '#A66CE0'

red 166 ◦ green 108 ◦ blue 224

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

Shades of Amethyst #A66CE0

Tints of Amethyst #A66CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.98%

R = 33.33%
G = 21.69%
B = 44.98%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A66CE0 (or 0xA66CE0) is known color: Amethyst. HEX triplet: A6, 6C and E0. RGB value is (166,108,224). Sum of RGB (Red+Green+Blue) = 166+108+224=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #A66CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66CE0 is #59931F. Grayscale: #8A8A8A. Windows color (decimal): -5870368 or 14707878. OLE color: 14707878.

HSL color Cylindrical-coordinate representation of color #A66CE0: hue angle of 270º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A66CE0 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 108 224 -
CMYK 0.26 0.52 0 0.12
HSL 270º 0.65% 0.65% -
HSV(B) 270º 0.52% 0.88% -
XYZ 34.54 24.21 73.37 -
YUV 138.57 176.22 147.57 -
System Red Green Blue C M Y K H S L
Decimal 166 108 224 0.26 0.52 0 0.12 270 0.65 0.65
Hex A6 6C E0 1A 34 0 C 10E 41 41
Octal 246 154 340 32 64 0 14 416 101 101
Binary 10100110 1101100 11100000 11010 110100 0 1100 100001110 1000001 1000001

Color Harmonies of #A66CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66CE0

Black with #A66CE0

Text Example


Text Example

White with #A66CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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