Html Css Color HEX #AC63DF Amethyst

📋 copy color: '#AC63DF'

red 172 ◦ green 99 ◦ blue 223

#AC63DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #AC63DF

Tints of Amethyst #AC63DF

RGB

 RED value IS 172 (67.58% from 255) = 34.82%

 GREEN value IS 99 (39.06% from 255) = 20.04%

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 34.82%
G = 20.04%
B = 45.14%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC63DF (or 0xAC63DF) is known color: Amethyst. HEX triplet: AC, 63 and DF. RGB value is (172,99,223). Sum of RGB (Red+Green+Blue) = 172+99+223=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC63DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63DF is #539C20. Grayscale: #868686. Windows color (decimal): -5479457 or 14640044. OLE color: 14640044.

HSL color Cylindrical-coordinate representation of color #AC63DF: hue angle of 275.32º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC63DF is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 99 223 -
CMYK 0.23 0.56 0 0.13
HSL 275.32º 0.66% 0.63% -
HSV(B) 275.32º 0.56% 0.87% -
XYZ 34.79 23.02 72.42 -
YUV 134.96 177.68 154.42 -
System Red Green Blue C M Y K H S L
Decimal 172 99 223 0.23 0.56 0 0.13 275.32 0.66 0.63
Hex AC 63 DF 17 38 0 D 113 42 3F
Octal 254 143 337 27 70 0 15 423 102 77
Binary 10101100 1100011 11011111 10111 111000 0 1101 100010011 1000010 111111

Color Harmonies of #AC63DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC63DF

Black with #AC63DF

Text Example


Text Example

White with #AC63DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC63DF; }

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

 H1.HeaderClassName
 {
   color: #AC63DF;
 }
 .AnyTagClassName
 {
   color: #AC63DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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