#a569d2

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

Shades of Amethyst #A569D2

Tints of Amethyst #A569D2

Color information

#A569D2 (or 0xA569D2) is unknown color: approx Amethyst. HEX triplet: A5, 69 and D2. RGB value is (165,105,210). Sum of RGB (Red+Green+Blue) = 165+105+210=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 210 - color contains mainly: blue. Hex color #A569D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A569D2 is #5A962D. Grayscale: #868686. Windows color (decimal): -5936686 or 13789605. OLE color: 13789605.

HSL color Cylindrical-coordinate representation of color #A569D2: hue angle of 274.29º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A569D2 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165105210-
CMYK0.210.5000.18
HSL274.29º53.85%61.76%-
HSV(B)274.29º50%82.35%-
XYZ32.222.7663.67-
YUV134.91170.38149.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.38%
GREEN value IS 105 (41.41% from 255) = 21.88%
BLUE value IS 210 (82.42% from 255) = 43.75%
R=34.38%
G=21.88%
B=43.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651052100.210.5000.18274.2953.8561.76
HexA569D21532012112363e
Octal24515132225620224226676
Binary1010010111010011101001010101110010010010100010010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a569d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a569d2; }

 p { color: rgb(165,105,210); }

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

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

 a { background-color: rgb(165,105,210); }

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

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

 span { border-color: rgb(165,105,210); }

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