#AC63D7

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

Shades of Amethyst #AC63D7

Tints of Amethyst #AC63D7

Color information

#AC63D7 (or 0xAC63D7) is unknown color: approx Amethyst. HEX triplet: AC, 63 and D7. RGB value is (172,99,215). Sum of RGB (Red+Green+Blue) = 172+99+215=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC63D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63D7 is #539C28. Grayscale: #858585. Windows color (decimal): -5479465 or 14115756. OLE color: 14115756.

HSL color Cylindrical-coordinate representation of color #AC63D7: hue angle of 277.76º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC63D7 is Cyan = 0.2, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17299215-
CMYK0.20.5400.16
HSL277.76º59.18%61.57%-
HSV(B)277.76º53.95%84.31%-
XYZ33.7422.666.87-
YUV134.05173.68155.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 99 (39.06% from 255) = 20.37%
BLUE value IS 215 (84.38% from 255) = 44.24%
R=35.39%
G=20.37%
B=44.24%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal172992150.20.5400.16277.7659.1861.57
HexAC63D714360101163b3e
Octal25414332724660204267376
Binary1010110011000111101011110100110110010000100010110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC63D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC63D7; }

 p { color: rgb(172,99,215); }

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

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

 a { background-color: rgb(172,99,215); }

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

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

 span { border-color: rgb(172,99,215); }

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