#AB69DC

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

Shades of Amethyst #AB69DC

Tints of Amethyst #AB69DC

Color information

#AB69DC (or 0xAB69DC) is unknown color: approx Amethyst. HEX triplet: AB, 69 and DC. RGB value is (171,105,220). Sum of RGB (Red+Green+Blue) = 171+105+220=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB69DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB69DC is #549623. Grayscale: #898989. Windows color (decimal): -5543460 or 14444971. OLE color: 14444971.

HSL color Cylindrical-coordinate representation of color #AB69DC: hue angle of 274.43º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB69DC is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171105220-
CMYK0.220.5200.14
HSL274.43º62.16%63.73%-
HSV(B)274.43º52.27%86.27%-
XYZ34.7623.9370.5-
YUV137.84174.37151.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 105 (41.41% from 255) = 21.17%
BLUE value IS 220 (86.33% from 255) = 44.35%
R=34.48%
G=21.17%
B=44.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711052200.220.5200.14274.4362.1663.73
HexAB69DC16340E1123e40
Octal253151334266401642276100
Binary1010101111010011101110010110110100011101000100101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB69DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB69DC; }

 p { color: rgb(171,105,220); }

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

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

 a { background-color: rgb(171,105,220); }

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

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

 span { border-color: rgb(171,105,220); }

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