#A567DE

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

Shades of Amethyst #A567DE

Tints of Amethyst #A567DE

Color information

#A567DE (or 0xA567DE) is unknown color: approx Amethyst. HEX triplet: A5, 67 and DE. RGB value is (165,103,222). Sum of RGB (Red+Green+Blue) = 165+103+222=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #A567DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A567DE is #5A9821. Grayscale: #868686. Windows color (decimal): -5937186 or 14575525. OLE color: 14575525.

HSL color Cylindrical-coordinate representation of color #A567DE: hue angle of 271.26º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A567DE is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165103222-
CMYK0.260.5400.13
HSL271.26º64.32%63.73%-
HSV(B)271.26º53.6%87.06%-
XYZ33.5522.9771.77-
YUV135.1177.04149.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.67%
GREEN value IS 103 (40.62% from 255) = 21.02%
BLUE value IS 222 (87.11% from 255) = 45.31%
R=33.67%
G=21.02%
B=45.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651032220.260.5400.13271.2664.3263.73
HexA567DE1A360D10f4040
Octal2451473363266015417100100
Binary10100101110011111011110110101101100110110000111110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A567DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A567DE; }

 p { color: rgb(165,103,222); }

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

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

 a { background-color: rgb(165,103,222); }

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

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

 span { border-color: rgb(165,103,222); }

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