Html Css Color HEX #AC64D7 Amethyst

📋 copy color: '#AC64D7'

red 172 ◦ green 100 ◦ blue 215

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

Shades of Amethyst #AC64D7

Tints of Amethyst #AC64D7

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.53%

 BLUE value IS 215 (84.38% from 255) = 44.15%

R = 35.32%
G = 20.53%
B = 44.15%

CMYK

 C value IS 0.2

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC64D7 (or 0xAC64D7) is known color: Amethyst. HEX triplet: AC, 64 and D7. RGB value is (172,100,215). Sum of RGB (Red+Green+Blue) = 172+100+215=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC64D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64D7 is #539B28. Grayscale: #868686. Windows color (decimal): -5479209 or 14116012. OLE color: 14116012.

HSL color Cylindrical-coordinate representation of color #AC64D7: hue angle of 277.57º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC64D7 is Cyan = 0.2, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 100 215 -
CMYK 0.2 0.53 0 0.16
HSL 277.57º 0.59% 0.62% -
HSV(B) 277.57º 0.53% 0.84% -
XYZ 33.84 22.79 66.91 -
YUV 134.64 173.35 154.65 -
System Red Green Blue C M Y K H S L
Decimal 172 100 215 0.2 0.53 0 0.16 277.57 0.59 0.62
Hex AC 64 D7 14 35 0 10 116 3B 3E
Octal 254 144 327 24 65 0 20 426 73 76
Binary 10101100 1100100 11010111 10100 110101 0 10000 100010110 111011 111110

Color Harmonies of #AC64D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC64D7

Black with #AC64D7

Text Example


Text Example

White with #AC64D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC64D7; }

 p { color: rgb(172,100,215); }

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

background-color css

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

 a { background-color: rgb(172,100,215); }

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

border-color css

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

 span { border-color: rgb(172,100,215); }

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