Html Css Color HEX #AC7BD7 Amethyst

📋 copy color: '#AC7BD7'

red 172 ◦ green 123 ◦ blue 215

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

Shades of Amethyst #AC7BD7

Tints of Amethyst #AC7BD7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.12%

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

R = 33.73%
G = 24.12%
B = 42.16%

CMYK

 C value IS 0.2

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC7BD7 (or 0xAC7BD7) is known color: Amethyst. HEX triplet: AC, 7B and D7. RGB value is (172,123,215). Sum of RGB (Red+Green+Blue) = 172+123+215=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC7BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7BD7 is #538428. Grayscale: #939393. Windows color (decimal): -5473321 or 14121900. OLE color: 14121900.

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

Color convert

RGB 172 123 215 -
CMYK 0.2 0.43 0 0.16
HSL 271.96º 0.53% 0.66% -
HSV(B) 271.96º 0.43% 0.84% -
XYZ 36.36 27.84 67.75 -
YUV 148.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 172 123 215 0.2 0.43 0 0.16 271.96 0.53 0.66
Hex AC 7B D7 14 2B 0 10 110 35 42
Octal 254 173 327 24 53 0 20 420 65 102
Binary 10101100 1111011 11010111 10100 101011 0 10000 100010000 110101 1000010

Color Harmonies of #AC7BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7BD7

Black with #AC7BD7

Text Example


Text Example

White with #AC7BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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