#AB67DD

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

Shades of Amethyst #AB67DD

Tints of Amethyst #AB67DD

Color information

#AB67DD (or 0xAB67DD) is unknown color: approx Amethyst. HEX triplet: AB, 67 and DD. RGB value is (171,103,221). Sum of RGB (Red+Green+Blue) = 171+103+221=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB67DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB67DD is #549822. Grayscale: #888888. Windows color (decimal): -5543971 or 14509995. OLE color: 14509995.

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

Color convert

RGB171103221-
CMYK0.230.5300.13
HSL274.58º63.44%63.53%-
HSV(B)274.58º53.39%86.67%-
XYZ34.723.5871.13-
YUV136.78175.53152.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 103 (40.62% from 255) = 20.81%
BLUE value IS 221 (86.72% from 255) = 44.65%
R=34.55%
G=20.81%
B=44.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711032210.230.5300.13274.5863.4463.53
HexAB67DD17350D1133f40
Octal253147335276501542377100
Binary1010101111001111101110110111110101011011000100111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB67DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB67DD; }

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

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

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

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

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

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

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

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