#AB65D3

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

Shades of Amethyst #AB65D3

Tints of Amethyst #AB65D3

Color information

#AB65D3 (or 0xAB65D3) is unknown color: approx Amethyst. HEX triplet: AB, 65 and D3. RGB value is (171,101,211). Sum of RGB (Red+Green+Blue) = 171+101+211=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB65D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB65D3 is #549A2C. Grayscale: #868686. Windows color (decimal): -5544493 or 13854123. OLE color: 13854123.

HSL color Cylindrical-coordinate representation of color #AB65D3: hue angle of 278.18º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB65D3 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB171101211-
CMYK0.190.5200.17
HSL278.18º55.56%61.18%-
HSV(B)278.18º52.13%82.75%-
XYZ33.2122.6764.25-
YUV134.47171.19154.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 101 (39.84% from 255) = 20.91%
BLUE value IS 211 (82.81% from 255) = 43.69%
R=35.40%
G=20.91%
B=43.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1711012110.190.5200.17278.1855.5661.18
HexAB65D31334011116383d
Octal25314532323640214267075
Binary1010101111001011101001110011110100010001100010110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB65D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB65D3; }

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

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

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

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

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

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

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

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