#A267CF

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

Shades of Amethyst #A267CF

Tints of Amethyst #A267CF

Color information

#A267CF (or 0xA267CF) is unknown color: approx Amethyst. HEX triplet: A2, 67 and CF. RGB value is (162,103,207). Sum of RGB (Red+Green+Blue) = 162+103+207=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #A267CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267CF is #5D9830. Grayscale: #848484. Windows color (decimal): -6133809 or 13592482. OLE color: 13592482.

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

Color convert

RGB162103207-
CMYK0.220.5000.19
HSL274.04º52%60.78%-
HSV(B)274.04º50.24%81.18%-
XYZ31.0121.8961.62-
YUV132.5170.05149.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.32%
GREEN value IS 103 (40.62% from 255) = 21.82%
BLUE value IS 207 (81.25% from 255) = 43.86%
R=34.32%
G=21.82%
B=43.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621032070.220.5000.19274.045260.78
HexA267CF1632013112343d
Octal24214731726620234226475
Binary1010001011001111100111110110110010010011100010010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A267CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A267CF; }

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

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

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

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

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

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

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

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