#A869CE

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

Shades of Amethyst #A869CE

Tints of Amethyst #A869CE

Color information

#A869CE (or 0xA869CE) is unknown color: approx Amethyst. HEX triplet: A8, 69 and CE. RGB value is (168,105,206). Sum of RGB (Red+Green+Blue) = 168+105+206=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #A869CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869CE is #579631. Grayscale: #878787. Windows color (decimal): -5740082 or 13527464. OLE color: 13527464.

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

Color convert

RGB168105206-
CMYK0.180.4900.19
HSL277.43º50.75%60.98%-
HSV(B)277.43º49.03%80.78%-
XYZ32.3422.8861.11-
YUV135.35167.87151.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 206 (80.86% from 255) = 43.01%
R=35.07%
G=21.92%
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.19
SystemRedGreenBlueCMYKHSL
Decimal1681052060.180.4900.19277.4350.7560.98
HexA869CE1231013115333d
Octal25015131622610234256375
Binary1010100011010011100111010010110001010011100010101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A869CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A869CE; }

 p { color: rgb(168,105,206); }

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

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

 a { background-color: rgb(168,105,206); }

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

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

 span { border-color: rgb(168,105,206); }

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