#A861CB

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

Shades of Amethyst #A861CB

Tints of Amethyst #A861CB

Color information

#A861CB (or 0xA861CB) is unknown color: approx Amethyst. HEX triplet: A8, 61 and CB. RGB value is (168,97,203). Sum of RGB (Red+Green+Blue) = 168+97+203=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 97 (38.28% from 255 or 20.73% 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 #A861CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861CB is #579E34. Grayscale: #818181. Windows color (decimal): -5742133 or 13328808. OLE color: 13328808.

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

Color convert

RGB16897203-
CMYK0.170.5200.20
HSL280.19º50.48%58.82%-
HSV(B)280.19º52.22%79.61%-
XYZ31.221.1958.94-
YUV130.31169.02154.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.90%
GREEN value IS 97 (38.28% from 255) = 20.73%
BLUE value IS 203 (79.69% from 255) = 43.38%
R=35.90%
G=20.73%
B=43.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168972030.170.5200.20280.1950.4858.82
HexA861CB1134014118323b
Octal25014131321640244306273
Binary1010100011000011100101110001110100010100100011000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A861CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A861CB; }

 p { color: rgb(168,97,203); }

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

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

 a { background-color: rgb(168,97,203); }

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

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

 span { border-color: rgb(168,97,203); }

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