Html Css Color HEX #AC6BC6 Amethyst

📋 copy color: '#AC6BC6'

red 172 ◦ green 107 ◦ blue 198

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

Shades of Amethyst #AC6BC6

Tints of Amethyst #AC6BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.51%

R = 36.06%
G = 22.43%
B = 41.51%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AC6BC6 (or 0xAC6BC6) is known color: Amethyst. HEX triplet: AC, 6B and C6. RGB value is (172,107,198). Sum of RGB (Red+Green+Blue) = 172+107+198=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC6BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BC6 is #539439. Grayscale: #888888. Windows color (decimal): -5477434 or 13003692. OLE color: 13003692.

HSL color Cylindrical-coordinate representation of color #AC6BC6: hue angle of 282.86º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC6BC6 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 107 198 -
CMYK 0.13 0.46 0 0.22
HSL 282.86º 0.44% 0.6% -
HSV(B) 282.86º 0.46% 0.78% -
XYZ 32.46 23.36 56.22 -
YUV 136.81 162.53 153.1 -
System Red Green Blue C M Y K H S L
Decimal 172 107 198 0.13 0.46 0 0.22 282.86 0.44 0.6
Hex AC 6B C6 D 2E 0 16 11B 2C 3C
Octal 254 153 306 15 56 0 26 433 54 74
Binary 10101100 1101011 11000110 1101 101110 0 10110 100011011 101100 111100

Color Harmonies of #AC6BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BC6

Black with #AC6BC6

Text Example


Text Example

White with #AC6BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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