Html Css Color HEX #A66BD4 Amethyst

📋 copy color: '#A66BD4'

red 166 ◦ green 107 ◦ blue 212

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

Shades of Amethyst #A66BD4

Tints of Amethyst #A66BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.71%

R = 34.23%
G = 22.06%
B = 43.71%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A66BD4 (or 0xA66BD4) is known color: Amethyst. HEX triplet: A6, 6B and D4. RGB value is (166,107,212). Sum of RGB (Red+Green+Blue) = 166+107+212=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 212 - color contains mainly: blue. Hex color #A66BD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BD4 is #59942B. Grayscale: #888888. Windows color (decimal): -5870636 or 13921190. OLE color: 13921190.

HSL color Cylindrical-coordinate representation of color #A66BD4: hue angle of 273.71º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A66BD4 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 107 212 -
CMYK 0.22 0.50 0 0.17
HSL 273.71º 0.55% 0.63% -
HSV(B) 273.71º 0.5% 0.83% -
XYZ 32.87 23.38 65.07 -
YUV 136.61 170.55 148.96 -
System Red Green Blue C M Y K H S L
Decimal 166 107 212 0.22 0.50 0 0.17 273.71 0.55 0.63
Hex A6 6B D4 16 32 0 11 112 37 3F
Octal 246 153 324 26 62 0 21 422 67 77
Binary 10100110 1101011 11010100 10110 110010 0 10001 100010010 110111 111111

Color Harmonies of #A66BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66BD4

Black with #A66BD4

Text Example


Text Example

White with #A66BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66BD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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