#A261D0

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

Shades of Amethyst #A261D0

Tints of Amethyst #A261D0

Color information

#A261D0 (or 0xA261D0) is unknown color: approx Amethyst. HEX triplet: A2, 61 and D0. RGB value is (162,97,208). Sum of RGB (Red+Green+Blue) = 162+97+208=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #A261D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261D0 is #5D9E2F. Grayscale: #808080. Windows color (decimal): -6135344 or 13656482. OLE color: 13656482.

HSL color Cylindrical-coordinate representation of color #A261D0: hue angle of 275.14º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A261D0 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16297208-
CMYK0.220.5300.18
HSL275.14º54.15%59.8%-
HSV(B)275.14º53.37%81.57%-
XYZ30.5620.7862.08-
YUV129.09172.53151.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 97 (38.28% from 255) = 20.77%
BLUE value IS 208 (81.64% from 255) = 44.54%
R=34.69%
G=20.77%
B=44.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162972080.220.5300.18275.1454.1559.8
HexA261D01635012113363c
Octal24214132026650224236674
Binary1010001011000011101000010110110101010010100010011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A261D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A261D0; }

 p { color: rgb(162,97,208); }

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

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

 a { background-color: rgb(162,97,208); }

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

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

 span { border-color: rgb(162,97,208); }

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