#A469CD

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

Shades of Amethyst #A469CD

Tints of Amethyst #A469CD

Color information

#A469CD (or 0xA469CD) is unknown color: approx Amethyst. HEX triplet: A4, 69 and CD. RGB value is (164,105,205). Sum of RGB (Red+Green+Blue) = 164+105+205=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #A469CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A469CD is #5B9632. Grayscale: #858585. Windows color (decimal): -6002227 or 13461924. OLE color: 13461924.

HSL color Cylindrical-coordinate representation of color #A469CD: hue angle of 275.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A469CD is Cyan = 0.2, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164105205-
CMYK0.20.4900.20
HSL275.4º50%60.78%-
HSV(B)275.4º48.78%80.39%-
XYZ31.3822.460.43-
YUV134.04168.05149.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 105 (41.41% from 255) = 22.15%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=34.60%
G=22.15%
B=43.25%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641052050.20.4900.20275.45060.78
HexA469CD1431014113323d
Octal24415131524610244236275
Binary1010010011010011100110110100110001010100100010011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A469CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A469CD; }

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

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

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

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

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

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

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

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