Html Css Color HEX #AC63D7 Amethyst

📋 copy color: '#AC63D7'

red 172 ◦ green 99 ◦ blue 215

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

Shades of Amethyst #AC63D7

Tints of Amethyst #AC63D7

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 value IS 0.2

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC63D7 (or 0xAC63D7) is known color: 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

RGB 172 99 215 -
CMYK 0.2 0.54 0 0.16
HSL 277.76º 0.59% 0.62% -
HSV(B) 277.76º 0.54% 0.84% -
XYZ 33.74 22.6 66.87 -
YUV 134.05 173.68 155.07 -
System Red Green Blue C M Y K H S L
Decimal 172 99 215 0.2 0.54 0 0.16 277.76 0.59 0.62
Hex AC 63 D7 14 36 0 10 116 3B 3E
Octal 254 143 327 24 66 0 20 426 73 76
Binary 10101100 1100011 11010111 10100 110110 0 10000 100010110 111011 111110

Color Harmonies of #AC63D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC63D7

Black with #AC63D7

Text Example


Text Example

White with #AC63D7

Text Example


Text Example

HTML Codes & Css Web 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>