#AB64CC

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

Shades of Amethyst #AB64CC

Tints of Amethyst #AB64CC

Color information

#AB64CC (or 0xAB64CC) is unknown color: approx Amethyst. HEX triplet: AB, 64 and CC. RGB value is (171,100,204). Sum of RGB (Red+Green+Blue) = 171+100+204=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB64CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64CC is #549B33. Grayscale: #848484. Windows color (decimal): -5544756 or 13395115. OLE color: 13395115.

HSL color Cylindrical-coordinate representation of color #AB64CC: hue angle of 280.96º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB64CC is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB171100204-
CMYK0.160.5100.2
HSL280.96º50.49%59.61%-
HSV(B)280.96º50.98%80%-
XYZ32.2522.1359.7-
YUV133.08168.02155.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 100 (39.45% from 255) = 21.05%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=36%
G=21.05%
B=42.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711002040.160.5100.2280.9650.4959.61
HexAB64CC1033014119323c
Octal25314431420630244316274
Binary1010101111001001100110010000110011010100100011001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB64CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB64CC; }

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

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

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

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

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

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

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

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