#a268ce

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

Shades of Amethyst #A268CE

Tints of Amethyst #A268CE

Color information

#A268CE (or 0xA268CE) is unknown color: approx Amethyst. HEX triplet: A2, 68 and CE. RGB value is (162,104,206). Sum of RGB (Red+Green+Blue) = 162+104+206=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #A268CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A268CE is #5D9731. Grayscale: #848484. Windows color (decimal): -6133554 or 13527202. OLE color: 13527202.

HSL color Cylindrical-coordinate representation of color #A268CE: hue angle of 274.12º degrees, saturation: 0.51, 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 #A268CE is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162104206-
CMYK0.210.5000.19
HSL274.12º51%60.78%-
HSV(B)274.12º49.51%80.78%-
XYZ30.9922.0461.01-
YUV132.97169.22148.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.32%
GREEN value IS 104 (41.02% from 255) = 22.03%
BLUE value IS 206 (80.86% from 255) = 43.64%
R=34.32%
G=22.03%
B=43.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621042060.210.5000.19274.125160.78
HexA268CE1532013112333d
Octal24215031625620234226375
Binary1010001011010001100111010101110010010011100010010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a268ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a268ce; }

 p { color: rgb(162,104,206); }

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

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

 a { background-color: rgb(162,104,206); }

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

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

 span { border-color: rgb(162,104,206); }

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