#A468CF

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

Shades of Amethyst #A468CF

Tints of Amethyst #A468CF

Color information

#A468CF (or 0xA468CF) is unknown color: approx Amethyst. HEX triplet: A4, 68 and CF. RGB value is (164,104,207). Sum of RGB (Red+Green+Blue) = 164+104+207=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #A468CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468CF is #5B9730. Grayscale: #858585. Windows color (decimal): -6002481 or 13592740. OLE color: 13592740.

HSL color Cylindrical-coordinate representation of color #A468CF: hue angle of 274.95º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A468CF is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164104207-
CMYK0.210.5000.19
HSL274.95º51.76%60.98%-
HSV(B)274.95º49.76%81.18%-
XYZ31.5222.361.67-
YUV133.68169.38149.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 104 (41.02% from 255) = 21.89%
BLUE value IS 207 (81.25% from 255) = 43.58%
R=34.53%
G=21.89%
B=43.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641042070.210.5000.19274.9551.7660.98
HexA468CF1532013113343d
Octal24415031725620234236475
Binary1010010011010001100111110101110010010011100010011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A468CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A468CF; }

 p { color: rgb(164,104,207); }

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

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

 a { background-color: rgb(164,104,207); }

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

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

 span { border-color: rgb(164,104,207); }

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