#A368CF

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

Shades of Amethyst #A368CF

Tints of Amethyst #A368CF

Color information

#A368CF (or 0xA368CF) is unknown color: approx Amethyst. HEX triplet: A3, 68 and CF. RGB value is (163,104,207). Sum of RGB (Red+Green+Blue) = 163+104+207=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #A368CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A368CF is #5C9730. Grayscale: #858585. Windows color (decimal): -6068017 or 13592739. OLE color: 13592739.

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

Color convert

RGB163104207-
CMYK0.210.5000.19
HSL274.37º51.76%60.98%-
HSV(B)274.37º49.76%81.18%-
XYZ31.3222.1961.66-
YUV133.38169.55149.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.39%
GREEN value IS 104 (41.02% from 255) = 21.94%
BLUE value IS 207 (81.25% from 255) = 43.67%
R=34.39%
G=21.94%
B=43.67%

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
Decimal1631042070.210.5000.19274.3751.7660.98
HexA368CF1532013112343d
Octal24315031725620234226475
Binary1010001111010001100111110101110010010011100010010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A368CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A368CF; }

 p { color: rgb(163,104,207); }

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

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

 a { background-color: rgb(163,104,207); }

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

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

 span { border-color: rgb(163,104,207); }

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