Html Css Color HEX #AC6CE0 Amethyst

📋 copy color: '#AC6CE0'

red 172 ◦ green 108 ◦ blue 224

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

Shades of Amethyst #AC6CE0

Tints of Amethyst #AC6CE0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.43%

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

R = 34.13%
G = 21.43%
B = 44.44%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC6CE0 (or 0xAC6CE0) is known color: Amethyst. HEX triplet: AC, 6C and E0. RGB value is (172,108,224). Sum of RGB (Red+Green+Blue) = 172+108+224=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC6CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CE0 is #53931F. Grayscale: #8B8B8B. Windows color (decimal): -5477152 or 14707884. OLE color: 14707884.

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

Color convert

RGB 172 108 224 -
CMYK 0.23 0.52 0 0.12
HSL 273.1º 0.65% 0.65% -
HSV(B) 273.1º 0.52% 0.88% -
XYZ 35.83 24.88 73.43 -
YUV 140.36 175.2 150.57 -
System Red Green Blue C M Y K H S L
Decimal 172 108 224 0.23 0.52 0 0.12 273.1 0.65 0.65
Hex AC 6C E0 17 34 0 C 111 41 41
Octal 254 154 340 27 64 0 14 421 101 101
Binary 10101100 1101100 11100000 10111 110100 0 1100 100010001 1000001 1000001

Color Harmonies of #AC6CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6CE0

Black with #AC6CE0

Text Example


Text Example

White with #AC6CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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