#A967CA

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

Shades of Amethyst #A967CA

Tints of Amethyst #A967CA

Color information

#A967CA (or 0xA967CA) is unknown color: approx Amethyst. HEX triplet: A9, 67 and CA. RGB value is (169,103,202). Sum of RGB (Red+Green+Blue) = 169+103+202=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #A967CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A967CA is #569835. Grayscale: #858585. Windows color (decimal): -5675062 or 13264809. OLE color: 13264809.

HSL color Cylindrical-coordinate representation of color #A967CA: hue angle of 280º 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 #A967CA is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169103202-
CMYK0.160.4900.21
HSL280º48.29%59.8%-
HSV(B)280º49.01%79.22%-
XYZ31.8722.458.52-
YUV134.02166.37152.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 103 (40.62% from 255) = 21.73%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=35.65%
G=21.73%
B=42.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691032020.160.4900.2128048.2959.8
HexA967CA1031015118303c
Octal25114731220610254306074
Binary1010100111001111100101010000110001010101100011000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A967CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A967CA; }

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

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

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

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

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

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

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

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