#A269C1

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

Shades of Amethyst #A269C1

Tints of Amethyst #A269C1

Color information

#A269C1 (or 0xA269C1) is unknown color: approx Amethyst. HEX triplet: A2, 69 and C1. RGB value is (162,105,193). Sum of RGB (Red+Green+Blue) = 162+105+193=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #A269C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A269C1 is #5D963E. Grayscale: #838383. Windows color (decimal): -6133311 or 12675490. OLE color: 12675490.

HSL color Cylindrical-coordinate representation of color #A269C1: hue angle of 278.86º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A269C1 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB162105193-
CMYK0.160.4600.24
HSL278.86º41.51%58.43%-
HSV(B)278.86º45.6%75.69%-
XYZ29.5821.6353.07-
YUV132.07162.38149.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 105 (41.41% from 255) = 22.83%
BLUE value IS 193 (75.78% from 255) = 41.96%
R=35.22%
G=22.83%
B=41.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621051930.160.4600.24278.8641.5158.43
HexA269C1102E0181172a3a
Octal24215130120560304275272
Binary1010001011010011100000110000101110011000100010111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A269C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A269C1; }

 p { color: rgb(162,105,193); }

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

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

 a { background-color: rgb(162,105,193); }

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

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

 span { border-color: rgb(162,105,193); }

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