#ab65de

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

Shades of Amethyst #AB65DE

Tints of Amethyst #AB65DE

Color information

#AB65DE (or 0xAB65DE) is unknown color: approx Amethyst. HEX triplet: AB, 65 and DE. RGB value is (171,101,222). Sum of RGB (Red+Green+Blue) = 171+101+222=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB65DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB65DE is #549A21. Grayscale: #878787. Windows color (decimal): -5544482 or 14575019. OLE color: 14575019.

HSL color Cylindrical-coordinate representation of color #AB65DE: hue angle of 274.71º 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 #AB65DE is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171101222-
CMYK0.230.5500.13
HSL274.71º64.71%63.33%-
HSV(B)274.71º54.5%87.06%-
XYZ34.6323.2471.77-
YUV135.72176.69153.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 101 (39.84% from 255) = 20.45%
BLUE value IS 222 (87.11% from 255) = 44.94%
R=34.62%
G=20.45%
B=44.94%

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
Decimal1711012220.230.5500.13274.7164.7163.33
HexAB65DE17370D113413f
Octal253145336276701542310177
Binary1010101111001011101111010111110111011011000100111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab65de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab65de; }

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

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

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

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

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

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

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

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