#A469CA

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

Shades of Amethyst #A469CA

Tints of Amethyst #A469CA

Color information

#A469CA (or 0xA469CA) is unknown color: approx Amethyst. HEX triplet: A4, 69 and CA. RGB value is (164,105,202). Sum of RGB (Red+Green+Blue) = 164+105+202=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 105 (41.41% from 255 or 22.29% 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 #A469CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A469CA is #5B9635. Grayscale: #858585. Windows color (decimal): -6002230 or 13265316. OLE color: 13265316.

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

Color convert

RGB164105202-
CMYK0.190.4800.21
HSL276.49º47.78%60.2%-
HSV(B)276.49º48.02%79.22%-
XYZ31.0222.2658.54-
YUV133.7166.55149.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 105 (41.41% from 255) = 22.29%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=34.82%
G=22.29%
B=42.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641052020.190.4800.21276.4947.7860.2
HexA469CA1330015114303c
Octal24415131223600254246074
Binary1010010011010011100101010011110000010101100010100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A469CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A469CA; }

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

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

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

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

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

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

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

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