Html Css Color HEX #AC63E6 Amethyst

📋 copy color: '#AC63E6'

red 172 ◦ green 99 ◦ blue 230

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

Shades of Amethyst #AC63E6

Tints of Amethyst #AC63E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.91%

R = 34.33%
G = 19.76%
B = 45.91%

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

#AC63E6 (or 0xAC63E6) is known color: Amethyst. HEX triplet: AC, 63 and E6. RGB value is (172,99,230). Sum of RGB (Red+Green+Blue) = 172+99+230=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC63E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC63E6 is #539C19. Grayscale: #878787. Windows color (decimal): -5479450 or 15098796. OLE color: 15098796.

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

Color convert

RGB 172 99 230 -
CMYK 0.25 0.57 0 0.10
HSL 273.44º 0.72% 0.65% -
HSV(B) 273.44º 0.57% 0.9% -
XYZ 35.76 23.41 77.5 -
YUV 135.76 181.18 153.85 -
System Red Green Blue C M Y K H S L
Decimal 172 99 230 0.25 0.57 0 0.10 273.44 0.72 0.65
Hex AC 63 E6 19 39 0 A 111 48 41
Octal 254 143 346 31 71 0 12 421 110 101
Binary 10101100 1100011 11100110 11001 111001 0 1010 100010001 1001000 1000001

Color Harmonies of #AC63E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC63E6

Black with #AC63E6

Text Example


Text Example

White with #AC63E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC63E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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