Html Css Color HEX #AC6EDF Amethyst

📋 copy color: '#AC6EDF'

red 172 ◦ green 110 ◦ blue 223

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

Shades of Amethyst #AC6EDF

Tints of Amethyst #AC6EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 34.06%
G = 21.78%
B = 44.16%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC6EDF (or 0xAC6EDF) is known color: Amethyst. HEX triplet: AC, 6E and DF. RGB value is (172,110,223). Sum of RGB (Red+Green+Blue) = 172+110+223=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC6EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6EDF is #539120. Grayscale: #8D8D8D. Windows color (decimal): -5476641 or 14642860. OLE color: 14642860.

HSL color Cylindrical-coordinate representation of color #AC6EDF: hue angle of 272.92º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC6EDF is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 110 223 -
CMYK 0.23 0.51 0 0.13
HSL 272.92º 0.64% 0.65% -
HSV(B) 272.92º 0.51% 0.87% -
XYZ 35.91 25.25 72.79 -
YUV 141.42 174.04 149.81 -
System Red Green Blue C M Y K H S L
Decimal 172 110 223 0.23 0.51 0 0.13 272.92 0.64 0.65
Hex AC 6E DF 17 33 0 D 111 40 41
Octal 254 156 337 27 63 0 15 421 100 101
Binary 10101100 1101110 11011111 10111 110011 0 1101 100010001 1000000 1000001

Color Harmonies of #AC6EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6EDF

Black with #AC6EDF

Text Example


Text Example

White with #AC6EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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