Html Css Color HEX #AC6BD6 Amethyst

📋 copy color: '#AC6BD6'

red 172 ◦ green 107 ◦ blue 214

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

Shades of Amethyst #AC6BD6

Tints of Amethyst #AC6BD6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.7%

 BLUE value IS 214 (83.98% from 255) = 43.41%

R = 34.89%
G = 21.7%
B = 43.41%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC6BD6 (or 0xAC6BD6) is known color: Amethyst. HEX triplet: AC, 6B and D6. RGB value is (172,107,214). Sum of RGB (Red+Green+Blue) = 172+107+214=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC6BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BD6 is #539429. Grayscale: #8A8A8A. Windows color (decimal): -5477418 or 14052268. OLE color: 14052268.

HSL color Cylindrical-coordinate representation of color #AC6BD6: hue angle of 276.45º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC6BD6 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 107 214 -
CMYK 0.20 0.50 0 0.16
HSL 276.45º 0.57% 0.63% -
HSV(B) 276.45º 0.5% 0.84% -
XYZ 34.41 24.14 66.46 -
YUV 138.63 170.53 151.8 -
System Red Green Blue C M Y K H S L
Decimal 172 107 214 0.20 0.50 0 0.16 276.45 0.57 0.63
Hex AC 6B D6 14 32 0 10 114 39 3F
Octal 254 153 326 24 62 0 20 424 71 77
Binary 10101100 1101011 11010110 10100 110010 0 10000 100010100 111001 111111

Color Harmonies of #AC6BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BD6

Black with #AC6BD6

Text Example


Text Example

White with #AC6BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BD6; }

 p { color: rgb(172,107,214); }

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

background-color css

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

 a { background-color: rgb(172,107,214); }

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

border-color css

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

 span { border-color: rgb(172,107,214); }

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