#AB64DE

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

Shades of Amethyst #AB64DE

Tints of Amethyst #AB64DE

Color information

#AB64DE (or 0xAB64DE) is unknown color: approx Amethyst. HEX triplet: AB, 64 and DE. RGB value is (171,100,222). Sum of RGB (Red+Green+Blue) = 171+100+222=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB64DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64DE is #549B21. Grayscale: #868686. Windows color (decimal): -5544738 or 14574763. OLE color: 14574763.

HSL color Cylindrical-coordinate representation of color #AB64DE: hue angle of 274.92º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB64DE is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171100222-
CMYK0.230.5500.13
HSL274.92º64.89%63.14%-
HSV(B)274.92º54.95%87.06%-
XYZ34.5423.0571.74-
YUV135.14177.02153.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 100 (39.45% from 255) = 20.28%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=34.69%
G=20.28%
B=45.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711002220.230.5500.13274.9264.8963.14
HexAB64DE17370D113413f
Octal253144336276701542310177
Binary1010101111001001101111010111110111011011000100111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB64DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB64DE; }

 p { color: rgb(171,100,222); }

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

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

 a { background-color: rgb(171,100,222); }

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

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

 span { border-color: rgb(171,100,222); }

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