#A366C8

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

Shades of Amethyst #A366C8

Tints of Amethyst #A366C8

Color information

#A366C8 (or 0xA366C8) is unknown color: approx Amethyst. HEX triplet: A3, 66 and C8. RGB value is (163,102,200). Sum of RGB (Red+Green+Blue) = 163+102+200=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 200 - color contains mainly: blue. Hex color #A366C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366C8 is #5C9937. Grayscale: #838383. Windows color (decimal): -6068536 or 13133475. OLE color: 13133475.

HSL color Cylindrical-coordinate representation of color #A366C8: hue angle of 277.35º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A366C8 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB163102200-
CMYK0.180.4900.22
HSL277.35º47.12%59.22%-
HSV(B)277.35º49%78.43%-
XYZ30.2821.4657.19-
YUV131.41166.71150.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 102 (40.23% from 255) = 21.94%
BLUE value IS 200 (78.52% from 255) = 43.01%
R=35.05%
G=21.94%
B=43.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1631022000.180.4900.22277.3547.1259.22
HexA366C812310161152f3b
Octal24314631022610264255773
Binary1010001111001101100100010010110001010110100010101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A366C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A366C8; }

 p { color: rgb(163,102,200); }

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

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

 a { background-color: rgb(163,102,200); }

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

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

 span { border-color: rgb(163,102,200); }

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