#A266CF

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

Shades of Amethyst #A266CF

Tints of Amethyst #A266CF

Color information

#A266CF (or 0xA266CF) is unknown color: approx Amethyst. HEX triplet: A2, 66 and CF. RGB value is (162,102,207). Sum of RGB (Red+Green+Blue) = 162+102+207=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #A266CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A266CF is #5D9930. Grayscale: #838383. Windows color (decimal): -6134065 or 13592226. OLE color: 13592226.

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

Color convert

RGB162102207-
CMYK0.220.5100.19
HSL274.29º52.24%60.59%-
HSV(B)274.29º50.72%81.18%-
XYZ30.9121.6961.59-
YUV131.91170.38149.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.39%
GREEN value IS 102 (40.23% from 255) = 21.66%
BLUE value IS 207 (81.25% from 255) = 43.95%
R=34.39%
G=21.66%
B=43.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621022070.220.5100.19274.2952.2460.59
HexA266CF1633013112343d
Octal24214631726630234226475
Binary1010001011001101100111110110110011010011100010010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A266CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A266CF; }

 p { color: rgb(162,102,207); }

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

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

 a { background-color: rgb(162,102,207); }

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

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

 span { border-color: rgb(162,102,207); }

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