Html Css Color HEX #A66DCA Amethyst

📋 copy color: '#A66DCA'

red 166 ◦ green 109 ◦ blue 202

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

Shades of Amethyst #A66DCA

Tints of Amethyst #A66DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.35%

R = 34.8%
G = 22.85%
B = 42.35%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A66DCA (or 0xA66DCA) is known color: Amethyst. HEX triplet: A6, 6D and CA. RGB value is (166,109,202). Sum of RGB (Red+Green+Blue) = 166+109+202=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #A66DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66DCA is #599235. Grayscale: #888888. Windows color (decimal): -5870134 or 13266342. OLE color: 13266342.

HSL color Cylindrical-coordinate representation of color #A66DCA: hue angle of 276.77º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A66DCA is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 109 202 -
CMYK 0.18 0.46 0 0.21
HSL 276.77º 0.47% 0.61% -
HSV(B) 276.77º 0.46% 0.79% -
XYZ 31.86 23.31 58.7 -
YUV 136.65 164.88 148.94 -
System Red Green Blue C M Y K H S L
Decimal 166 109 202 0.18 0.46 0 0.21 276.77 0.47 0.61
Hex A6 6D CA 12 2E 0 15 115 2F 3D
Octal 246 155 312 22 56 0 25 425 57 75
Binary 10100110 1101101 11001010 10010 101110 0 10101 100010101 101111 111101

Color Harmonies of #A66DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66DCA

Black with #A66DCA

Text Example


Text Example

White with #A66DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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