Html Css Color HEX #AC63DD Amethyst

📋 copy color: '#AC63DD'

red 172 ◦ green 99 ◦ blue 221

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

Shades of Amethyst #AC63DD

Tints of Amethyst #AC63DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 34.96%
G = 20.12%
B = 44.92%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC63DD (or 0xAC63DD) is known color: Amethyst. HEX triplet: AC, 63 and DD. RGB value is (172,99,221). Sum of RGB (Red+Green+Blue) = 172+99+221=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC63DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63DD is #539C22. Grayscale: #868686. Windows color (decimal): -5479459 or 14508972. OLE color: 14508972.

HSL color Cylindrical-coordinate representation of color #AC63DD: hue angle of 275.9º degrees, saturation: 0.64, 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 #AC63DD is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 99 221 -
CMYK 0.22 0.55 0 0.13
HSL 275.9º 0.64% 0.63% -
HSV(B) 275.9º 0.55% 0.87% -
XYZ 34.53 22.91 71.01 -
YUV 134.74 176.68 154.58 -
System Red Green Blue C M Y K H S L
Decimal 172 99 221 0.22 0.55 0 0.13 275.9 0.64 0.63
Hex AC 63 DD 16 37 0 D 114 40 3F
Octal 254 143 335 26 67 0 15 424 100 77
Binary 10101100 1100011 11011101 10110 110111 0 1101 100010100 1000000 111111

Color Harmonies of #AC63DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC63DD

Black with #AC63DD

Text Example


Text Example

White with #AC63DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC63DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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