#A667CA

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

Shades of Amethyst #A667CA

Tints of Amethyst #A667CA

Color information

#A667CA (or 0xA667CA) is unknown color: approx Amethyst. HEX triplet: A6, 67 and CA. RGB value is (166,103,202). Sum of RGB (Red+Green+Blue) = 166+103+202=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #A667CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A667CA is #599835. Grayscale: #848484. Windows color (decimal): -5871670 or 13264806. OLE color: 13264806.

HSL color Cylindrical-coordinate representation of color #A667CA: hue angle of 278.18º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A667CA is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166103202-
CMYK0.180.4900.21
HSL278.18º48.29%59.8%-
HSV(B)278.18º49.01%79.22%-
XYZ31.2422.0758.49-
YUV133.12166.87151.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 103 (40.62% from 255) = 21.87%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=35.24%
G=21.87%
B=42.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661032020.180.4900.21278.1848.2959.8
HexA667CA1231015116303c
Octal24614731222610254266074
Binary1010011011001111100101010010110001010101100010110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A667CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A667CA; }

 p { color: rgb(166,103,202); }

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

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

 a { background-color: rgb(166,103,202); }

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

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

 span { border-color: rgb(166,103,202); }

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