Html Css Color HEX #A66BDA Amethyst

📋 copy color: '#A66BDA'

red 166 ◦ green 107 ◦ blue 218

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

Shades of Amethyst #A66BDA

Tints of Amethyst #A66BDA

RGB

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

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

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

R = 33.81%
G = 21.79%
B = 44.4%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A66BDA (or 0xA66BDA) is known color: Amethyst. HEX triplet: A6, 6B and DA. RGB value is (166,107,218). Sum of RGB (Red+Green+Blue) = 166+107+218=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #A66BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BDA is #599425. Grayscale: #888888. Windows color (decimal): -5870630 or 14314406. OLE color: 14314406.

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

Color convert

RGB 166 107 218 -
CMYK 0.24 0.51 0 0.15
HSL 271.89º 0.6% 0.64% -
HSV(B) 271.89º 0.51% 0.85% -
XYZ 33.64 23.68 69.13 -
YUV 137.3 173.55 148.47 -
System Red Green Blue C M Y K H S L
Decimal 166 107 218 0.24 0.51 0 0.15 271.89 0.6 0.64
Hex A6 6B DA 18 33 0 F 110 3C 40
Octal 246 153 332 30 63 0 17 420 74 100
Binary 10100110 1101011 11011010 11000 110011 0 1111 100010000 111100 1000000

Color Harmonies of #A66BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66BDA

Black with #A66BDA

Text Example


Text Example

White with #A66BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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