Html Css Color HEX #AC6CDE Amethyst

📋 copy color: '#AC6CDE'

red 172 ◦ green 108 ◦ blue 222

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

Shades of Amethyst #AC6CDE

Tints of Amethyst #AC6CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.22%

R = 34.26%
G = 21.51%
B = 44.22%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC6CDE (or 0xAC6CDE) is known color: Amethyst. HEX triplet: AC, 6C and DE. RGB value is (172,108,222). Sum of RGB (Red+Green+Blue) = 172+108+222=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC6CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CDE is #539321. Grayscale: #8B8B8B. Windows color (decimal): -5477154 or 14576812. OLE color: 14576812.

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

Color convert

RGB 172 108 222 -
CMYK 0.23 0.51 0 0.13
HSL 273.68º 0.63% 0.65% -
HSV(B) 273.68º 0.51% 0.87% -
XYZ 35.56 24.77 72.01 -
YUV 140.13 174.2 150.73 -
System Red Green Blue C M Y K H S L
Decimal 172 108 222 0.23 0.51 0 0.13 273.68 0.63 0.65
Hex AC 6C DE 17 33 0 D 112 3F 41
Octal 254 154 336 27 63 0 15 422 77 101
Binary 10101100 1101100 11011110 10111 110011 0 1101 100010010 111111 1000001

Color Harmonies of #AC6CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6CDE

Black with #AC6CDE

Text Example


Text Example

White with #AC6CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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