Html Css Color HEX #AC6FE0 Amethyst

📋 copy color: '#AC6FE0'

red 172 ◦ green 111 ◦ blue 224

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

Shades of Amethyst #AC6FE0

Tints of Amethyst #AC6FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.89%

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

R = 33.93%
G = 21.89%
B = 44.18%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC6FE0 (or 0xAC6FE0) is known color: Amethyst. HEX triplet: AC, 6F and E0. RGB value is (172,111,224). Sum of RGB (Red+Green+Blue) = 172+111+224=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC6FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6FE0 is #53901F. Grayscale: #8D8D8D. Windows color (decimal): -5476384 or 14708652. OLE color: 14708652.

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

Color convert

RGB 172 111 224 -
CMYK 0.23 0.50 0 0.12
HSL 272.39º 0.65% 0.66% -
HSV(B) 272.39º 0.5% 0.88% -
XYZ 36.15 25.52 73.54 -
YUV 142.12 174.21 149.31 -
System Red Green Blue C M Y K H S L
Decimal 172 111 224 0.23 0.50 0 0.12 272.39 0.65 0.66
Hex AC 6F E0 17 32 0 C 110 41 42
Octal 254 157 340 27 62 0 14 420 101 102
Binary 10101100 1101111 11100000 10111 110010 0 1100 100010000 1000001 1000010

Color Harmonies of #AC6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6FE0

Black with #AC6FE0

Text Example


Text Example

White with #AC6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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