#A266C4

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

Shades of Amethyst #A266C4

Tints of Amethyst #A266C4

Color information

#A266C4 (or 0xA266C4) is unknown color: approx Amethyst. HEX triplet: A2, 66 and C4. RGB value is (162,102,196). Sum of RGB (Red+Green+Blue) = 162+102+196=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 196 - color contains mainly: blue. Hex color #A266C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A266C4 is #5D993B. Grayscale: #828282. Windows color (decimal): -6134076 or 12871330. OLE color: 12871330.

HSL color Cylindrical-coordinate representation of color #A266C4: hue angle of 278.3º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A266C4 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB162102196-
CMYK0.170.4800.23
HSL278.3º44.34%58.43%-
HSV(B)278.3º47.96%76.86%-
XYZ29.6221.1754.75-
YUV130.66164.88150.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 102 (40.23% from 255) = 22.17%
BLUE value IS 196 (76.95% from 255) = 42.61%
R=35.22%
G=22.17%
B=42.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621021960.170.4800.23278.344.3458.43
HexA266C411300171162c3a
Octal24214630421600274265472
Binary1010001011001101100010010001110000010111100010110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A266C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A266C4; }

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

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

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

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

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

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

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

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