Html Css Color HEX #A66BCF Amethyst

📋 copy color: '#A66BCF'

red 166 ◦ green 107 ◦ blue 207

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

Shades of Amethyst #A66BCF

Tints of Amethyst #A66BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 34.58%
G = 22.29%
B = 43.13%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A66BCF (or 0xA66BCF) is known color: Amethyst. HEX triplet: A6, 6B and CF. RGB value is (166,107,207). Sum of RGB (Red+Green+Blue) = 166+107+207=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #A66BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BCF is #599430. Grayscale: #878787. Windows color (decimal): -5870641 or 13593510. OLE color: 13593510.

HSL color Cylindrical-coordinate representation of color #A66BCF: hue angle of 275.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A66BCF is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 107 207 -
CMYK 0.20 0.48 0 0.19
HSL 275.4º 0.51% 0.62% -
HSV(B) 275.4º 0.48% 0.81% -
XYZ 32.25 23.13 61.8 -
YUV 136.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 166 107 207 0.20 0.48 0 0.19 275.4 0.51 0.62
Hex A6 6B CF 14 30 0 13 113 33 3E
Octal 246 153 317 24 60 0 23 423 63 76
Binary 10100110 1101011 11001111 10100 110000 0 10011 100010011 110011 111110

Color Harmonies of #A66BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66BCF

Black with #A66BCF

Text Example


Text Example

White with #A66BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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