Html Css Color HEX #AC63DE Amethyst

📋 copy color: '#AC63DE'

red 172 ◦ green 99 ◦ blue 222

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

Shades of Amethyst #AC63DE

Tints of Amethyst #AC63DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 34.89%
G = 20.08%
B = 45.03%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC63DE (or 0xAC63DE) is known color: Amethyst. HEX triplet: AC, 63 and DE. RGB value is (172,99,222). Sum of RGB (Red+Green+Blue) = 172+99+222=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC63DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63DE is #539C21. Grayscale: #868686. Windows color (decimal): -5479458 or 14574508. OLE color: 14574508.

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

Color convert

RGB 172 99 222 -
CMYK 0.23 0.55 0 0.13
HSL 275.61º 0.65% 0.63% -
HSV(B) 275.61º 0.55% 0.87% -
XYZ 34.66 22.97 71.71 -
YUV 134.85 177.18 154.5 -
System Red Green Blue C M Y K H S L
Decimal 172 99 222 0.23 0.55 0 0.13 275.61 0.65 0.63
Hex AC 63 DE 17 37 0 D 114 41 3F
Octal 254 143 336 27 67 0 15 424 101 77
Binary 10101100 1100011 11011110 10111 110111 0 1101 100010100 1000001 111111

Color Harmonies of #AC63DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC63DE

Black with #AC63DE

Text Example


Text Example

White with #AC63DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC63DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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