Html Css Color HEX #AC6ECC Amethyst

📋 copy color: '#AC6ECC'

red 172 ◦ green 110 ◦ blue 204

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

Shades of Amethyst #AC6ECC

Tints of Amethyst #AC6ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.63%

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 35.39%
G = 22.63%
B = 41.98%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC6ECC (or 0xAC6ECC) is known color: Amethyst. HEX triplet: AC, 6E and CC. RGB value is (172,110,204). Sum of RGB (Red+Green+Blue) = 172+110+204=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ECC is #539133. Grayscale: #8A8A8A. Windows color (decimal): -5476660 or 13397676. OLE color: 13397676.

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

Color convert

RGB 172 110 204 -
CMYK 0.16 0.46 0 0.2
HSL 279.57º 0.48% 0.62% -
HSV(B) 279.57º 0.46% 0.8% -
XYZ 33.49 24.28 60.05 -
YUV 139.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 172 110 204 0.16 0.46 0 0.2 279.57 0.48 0.62
Hex AC 6E CC 10 2E 0 14 118 30 3E
Octal 254 156 314 20 56 0 24 430 60 76
Binary 10101100 1101110 11001100 10000 101110 0 10100 100011000 110000 111110

Color Harmonies of #AC6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6ECC

Black with #AC6ECC

Text Example


Text Example

White with #AC6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6ECC; }

 p { color: rgb(172,110,204); }

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

background-color css

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

 a { background-color: rgb(172,110,204); }

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

border-color css

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

 span { border-color: rgb(172,110,204); }

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