#AB64D5

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

Shades of Amethyst #AB64D5

Tints of Amethyst #AB64D5

Color information

#AB64D5 (or 0xAB64D5) is unknown color: approx Amethyst. HEX triplet: AB, 64 and D5. RGB value is (171,100,213). Sum of RGB (Red+Green+Blue) = 171+100+213=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB64D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64D5 is #549B2A. Grayscale: #858585. Windows color (decimal): -5544747 or 13984939. OLE color: 13984939.

HSL color Cylindrical-coordinate representation of color #AB64D5: hue angle of 277.7º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB64D5 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171100213-
CMYK0.200.5300.16
HSL277.7º57.36%61.37%-
HSV(B)277.7º53.05%83.53%-
XYZ33.3622.5865.55-
YUV134.11172.52154.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 100 (39.45% from 255) = 20.66%
BLUE value IS 213 (83.59% from 255) = 44.01%
R=35.33%
G=20.66%
B=44.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711002130.200.5300.16277.757.3661.37
HexAB64D51435010116393d
Octal25314432524650204267175
Binary1010101111001001101010110100110101010000100010110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB64D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB64D5; }

 p { color: rgb(171,100,213); }

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

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

 a { background-color: rgb(171,100,213); }

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

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

 span { border-color: rgb(171,100,213); }

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