#A466CA

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

Shades of Amethyst #A466CA

Tints of Amethyst #A466CA

Color information

#A466CA (or 0xA466CA) is unknown color: approx Amethyst. HEX triplet: A4, 66 and CA. RGB value is (164,102,202). Sum of RGB (Red+Green+Blue) = 164+102+202=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #A466CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A466CA is #5B9935. Grayscale: #838383. Windows color (decimal): -6002998 or 13264548. OLE color: 13264548.

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

Color convert

RGB164102202-
CMYK0.190.5000.21
HSL277.2º48.54%59.61%-
HSV(B)277.2º49.5%79.22%-
XYZ30.7221.6658.44-
YUV131.94167.54150.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 102 (40.23% from 255) = 21.79%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=35.04%
G=21.79%
B=43.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641022020.190.5000.21277.248.5459.61
HexA466CA1332015115313c
Octal24414631223620254256174
Binary1010010011001101100101010011110010010101100010101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A466CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A466CA; }

 p { color: rgb(164,102,202); }

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

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

 a { background-color: rgb(164,102,202); }

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

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

 span { border-color: rgb(164,102,202); }

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