#AB68CD

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

Shades of Amethyst #AB68CD

Tints of Amethyst #AB68CD

Color information

#AB68CD (or 0xAB68CD) is unknown color: approx Amethyst. HEX triplet: AB, 68 and CD. RGB value is (171,104,205). Sum of RGB (Red+Green+Blue) = 171+104+205=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB68CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB68CD is #549732. Grayscale: #878787. Windows color (decimal): -5543731 or 13461675. OLE color: 13461675.

HSL color Cylindrical-coordinate representation of color #AB68CD: hue angle of 279.8º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB68CD is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171104205-
CMYK0.170.4900.20
HSL279.8º50.25%60.59%-
HSV(B)279.8º49.27%80.39%-
XYZ32.7622.9760.46-
YUV135.55167.2153.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 104 (41.02% from 255) = 21.67%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=35.62%
G=21.67%
B=42.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711042050.170.4900.20279.850.2560.59
HexAB68CD1131014118323d
Octal25315031521610244306275
Binary1010101111010001100110110001110001010100100011000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB68CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB68CD; }

 p { color: rgb(171,104,205); }

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

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

 a { background-color: rgb(171,104,205); }

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

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

 span { border-color: rgb(171,104,205); }

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