Html Css Color HEX #AC6EE0 Amethyst

📋 copy color: '#AC6EE0'

red 172 ◦ green 110 ◦ blue 224

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

Shades of Amethyst #AC6EE0

Tints of Amethyst #AC6EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.27%

R = 33.99%
G = 21.74%
B = 44.27%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC6EE0 (or 0xAC6EE0) is known color: Amethyst. HEX triplet: AC, 6E and E0. RGB value is (172,110,224). Sum of RGB (Red+Green+Blue) = 172+110+224=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC6EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6EE0 is #53911F. Grayscale: #8D8D8D. Windows color (decimal): -5476640 or 14708396. OLE color: 14708396.

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

Color convert

RGB 172 110 224 -
CMYK 0.23 0.51 0 0.12
HSL 272.63º 0.65% 0.65% -
HSV(B) 272.63º 0.51% 0.88% -
XYZ 36.04 25.3 73.51 -
YUV 141.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 172 110 224 0.23 0.51 0 0.12 272.63 0.65 0.65
Hex AC 6E E0 17 33 0 C 111 41 41
Octal 254 156 340 27 63 0 14 421 101 101
Binary 10101100 1101110 11100000 10111 110011 0 1100 100010001 1000001 1000001

Color Harmonies of #AC6EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6EE0

Black with #AC6EE0

Text Example


Text Example

White with #AC6EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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