Html Css Color HEX #AC6ED1 Amethyst

📋 copy color: '#AC6ED1'

red 172 ◦ green 110 ◦ blue 209

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

Shades of Amethyst #AC6ED1

Tints of Amethyst #AC6ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.57%

R = 35.03%
G = 22.4%
B = 42.57%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC6ED1 (or 0xAC6ED1) is known color: Amethyst. HEX triplet: AC, 6E and D1. RGB value is (172,110,209). Sum of RGB (Red+Green+Blue) = 172+110+209=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC6ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ED1 is #53912E. Grayscale: #8B8B8B. Windows color (decimal): -5476655 or 13725356. OLE color: 13725356.

HSL color Cylindrical-coordinate representation of color #AC6ED1: hue angle of 277.58º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC6ED1 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 110 209 -
CMYK 0.18 0.47 0 0.18
HSL 277.58º 0.52% 0.63% -
HSV(B) 277.58º 0.47% 0.82% -
XYZ 34.1 24.53 63.26 -
YUV 139.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 172 110 209 0.18 0.47 0 0.18 277.58 0.52 0.63
Hex AC 6E D1 12 2F 0 12 116 34 3F
Octal 254 156 321 22 57 0 22 426 64 77
Binary 10101100 1101110 11010001 10010 101111 0 10010 100010110 110100 111111

Color Harmonies of #AC6ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6ED1

Black with #AC6ED1

Text Example


Text Example

White with #AC6ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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