Html Css Color HEX #AC63E5 Amethyst

📋 copy color: '#AC63E5'

red 172 ◦ green 99 ◦ blue 229

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

Shades of Amethyst #AC63E5

Tints of Amethyst #AC63E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.8%

R = 34.4%
G = 19.8%
B = 45.8%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC63E5 (or 0xAC63E5) is known color: Amethyst. HEX triplet: AC, 63 and E5. RGB value is (172,99,229). Sum of RGB (Red+Green+Blue) = 172+99+229=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC63E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63E5 is #539C1A. Grayscale: #878787. Windows color (decimal): -5479451 or 15033260. OLE color: 15033260.

HSL color Cylindrical-coordinate representation of color #AC63E5: hue angle of 273.69º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC63E5 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 99 229 -
CMYK 0.25 0.57 0 0.10
HSL 273.69º 0.71% 0.64% -
HSV(B) 273.69º 0.57% 0.9% -
XYZ 35.62 23.35 76.76 -
YUV 135.65 180.68 153.93 -
System Red Green Blue C M Y K H S L
Decimal 172 99 229 0.25 0.57 0 0.10 273.69 0.71 0.64
Hex AC 63 E5 19 39 0 A 112 47 40
Octal 254 143 345 31 71 0 12 422 107 100
Binary 10101100 1100011 11100101 11001 111001 0 1010 100010010 1000111 1000000

Color Harmonies of #AC63E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC63E5

Black with #AC63E5

Text Example


Text Example

White with #AC63E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC63E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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