Html Css Color HEX #AC6EDA Amethyst

📋 copy color: '#AC6EDA'

red 172 ◦ green 110 ◦ blue 218

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

Shades of Amethyst #AC6EDA

Tints of Amethyst #AC6EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 34.4%
G = 22%
B = 43.6%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC6EDA (or 0xAC6EDA) is known color: Amethyst. HEX triplet: AC, 6E and DA. RGB value is (172,110,218). Sum of RGB (Red+Green+Blue) = 172+110+218=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC6EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6EDA is #539125. Grayscale: #8C8C8C. Windows color (decimal): -5476646 or 14315180. OLE color: 14315180.

HSL color Cylindrical-coordinate representation of color #AC6EDA: hue angle of 274.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC6EDA is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 110 218 -
CMYK 0.21 0.50 0 0.15
HSL 274.44º 0.59% 0.64% -
HSV(B) 274.44º 0.5% 0.85% -
XYZ 35.24 24.98 69.29 -
YUV 140.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 172 110 218 0.21 0.50 0 0.15 274.44 0.59 0.64
Hex AC 6E DA 15 32 0 F 112 3B 40
Octal 254 156 332 25 62 0 17 422 73 100
Binary 10101100 1101110 11011010 10101 110010 0 1111 100010010 111011 1000000

Color Harmonies of #AC6EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6EDA

Black with #AC6EDA

Text Example


Text Example

White with #AC6EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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