#A66BCB

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

Shades of Amethyst #A66BCB

Tints of Amethyst #A66BCB

Color information

#A66BCB (or 0xA66BCB) is unknown color: approx Amethyst. HEX triplet: A6, 6B and CB. RGB value is (166,107,203). Sum of RGB (Red+Green+Blue) = 166+107+203=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #A66BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BCB is #599434. Grayscale: #878787. Windows color (decimal): -5870645 or 13331366. OLE color: 13331366.

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

Color convert

RGB166107203-
CMYK0.180.4700.20
HSL276.88º48%60.78%-
HSV(B)276.88º47.29%79.61%-
XYZ31.7622.9359.25-
YUV135.58166.05149.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 107 (42.19% from 255) = 22.48%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=34.87%
G=22.48%
B=42.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661072030.180.4700.20276.884860.78
HexA66BCB122F014115303d
Octal24615331322570244256075
Binary1010011011010111100101110010101111010100100010101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66BCB; }

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

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

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

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

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

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

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

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