#A86BCB

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

Shades of Amethyst #A86BCB

Tints of Amethyst #A86BCB

Color information

#A86BCB (or 0xA86BCB) is unknown color: approx Amethyst. HEX triplet: A8, 6B and CB. RGB value is (168,107,203). Sum of RGB (Red+Green+Blue) = 168+107+203=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #A86BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86BCB is #579434. Grayscale: #878787. Windows color (decimal): -5739573 or 13331368. OLE color: 13331368.

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

Color convert

RGB168107203-
CMYK0.170.4700.20
HSL278.12º48%60.78%-
HSV(B)278.12º47.29%79.61%-
XYZ32.1923.1559.27-
YUV136.18165.71150.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 107 (42.19% from 255) = 22.38%
BLUE value IS 203 (79.69% from 255) = 42.47%
R=35.15%
G=22.38%
B=42.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681072030.170.4700.20278.124860.78
HexA86BCB112F014116303d
Octal25015331321570244266075
Binary1010100011010111100101110001101111010100100010110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86BCB; }

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

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

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

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

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

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

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

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