#AB6BDD

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

Shades of Amethyst #AB6BDD

Tints of Amethyst #AB6BDD

Color information

#AB6BDD (or 0xAB6BDD) is unknown color: approx Amethyst. HEX triplet: AB, 6B and DD. RGB value is (171,107,221). Sum of RGB (Red+Green+Blue) = 171+107+221=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB6BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BDD is #549422. Grayscale: #8A8A8A. Windows color (decimal): -5542947 or 14511019. OLE color: 14511019.

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

Color convert

RGB171107221-
CMYK0.230.5200.13
HSL273.68º62.64%64.31%-
HSV(B)273.68º51.58%86.67%-
XYZ35.124.3971.26-
YUV139.13174.2150.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 107 (42.19% from 255) = 21.44%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=34.27%
G=21.44%
B=44.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711072210.230.5200.13273.6862.6464.31
HexAB6BDD17340D1123f40
Octal253153335276401542277100
Binary1010101111010111101110110111110100011011000100101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6BDD; }

 p { color: rgb(171,107,221); }

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

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

 a { background-color: rgb(171,107,221); }

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

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

 span { border-color: rgb(171,107,221); }

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