#A66BCD

Color #A66BCD Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A66BCD

Tints of Amethyst #A66BCD

Color information

#A66BCD (or 0xA66BCD) is unknown color: approx Amethyst. HEX triplet: A6, 6B and CD. RGB value is (166,107,205). Sum of RGB (Red+Green+Blue) = 166+107+205=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #A66BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BCD is #599432. Grayscale: #878787. Windows color (decimal): -5870643 or 13462438. OLE color: 13462438.

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

Color convert

RGB166107205-
CMYK0.190.4800.20
HSL276.12º49.49%61.18%-
HSV(B)276.12º47.8%80.39%-
XYZ3223.0360.52-
YUV135.81167.05149.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.73%
GREEN value IS 107 (42.19% from 255) = 22.38%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=34.73%
G=22.38%
B=42.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661072050.190.4800.20276.1249.4961.18
HexA66BCD1330014114313d
Octal24615331523600244246175
Binary1010011011010111100110110011110000010100100010100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66BCD; }

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

 H1.HeaderClassName
 {
   color: #A66BCD;
 }
 .AnyTagClassName
 {
   color: #A66BCD;
 }
</style>
background-color css

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

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

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

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

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

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