#A868CD

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

Shades of Amethyst #A868CD

Tints of Amethyst #A868CD

Color information

#A868CD (or 0xA868CD) is unknown color: approx Amethyst. HEX triplet: A8, 68 and CD. RGB value is (168,104,205). Sum of RGB (Red+Green+Blue) = 168+104+205=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #A868CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868CD is #579732. Grayscale: #868686. Windows color (decimal): -5740339 or 13461672. OLE color: 13461672.

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

Color convert

RGB168104205-
CMYK0.180.4900.20
HSL278.02º50.25%60.59%-
HSV(B)278.02º49.27%80.39%-
XYZ32.1222.6360.43-
YUV134.65167.7151.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.22%
GREEN value IS 104 (41.02% from 255) = 21.80%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=35.22%
G=21.80%
B=42.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681042050.180.4900.20278.0250.2560.59
HexA868CD1231014116323d
Octal25015031522610244266275
Binary1010100011010001100110110010110001010100100010110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A868CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A868CD; }

 p { color: rgb(168,104,205); }

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

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

 a { background-color: rgb(168,104,205); }

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

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

 span { border-color: rgb(168,104,205); }

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