#A366CB

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

Shades of Amethyst #A366CB

Tints of Amethyst #A366CB

Color information

#A366CB (or 0xA366CB) is unknown color: approx Amethyst. HEX triplet: A3, 66 and CB. RGB value is (163,102,203). Sum of RGB (Red+Green+Blue) = 163+102+203=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #A366CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366CB is #5C9934. Grayscale: #838383. Windows color (decimal): -6068533 or 13330083. OLE color: 13330083.

HSL color Cylindrical-coordinate representation of color #A366CB: hue angle of 276.24º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A366CB is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163102203-
CMYK0.200.5000.20
HSL276.24º49.27%59.8%-
HSV(B)276.24º49.75%79.61%-
XYZ30.6421.659.05-
YUV131.75168.21150.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 102 (40.23% from 255) = 21.79%
BLUE value IS 203 (79.69% from 255) = 43.38%
R=34.83%
G=21.79%
B=43.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631022030.200.5000.20276.2449.2759.8
HexA366CB1432014114313c
Octal24314631324620244246174
Binary1010001111001101100101110100110010010100100010100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A366CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A366CB; }

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

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

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

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

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

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

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

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