Html Css Color HEX #AC6DDF Amethyst

📋 copy color: '#AC6DDF'

red 172 ◦ green 109 ◦ blue 223

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

Shades of Amethyst #AC6DDF

Tints of Amethyst #AC6DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.63%

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 34.13%
G = 21.63%
B = 44.25%

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

#AC6DDF (or 0xAC6DDF) is known color: Amethyst. HEX triplet: AC, 6D and DF. RGB value is (172,109,223). Sum of RGB (Red+Green+Blue) = 172+109+223=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC6DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DDF is #539220. Grayscale: #8C8C8C. Windows color (decimal): -5476897 or 14642604. OLE color: 14642604.

HSL color Cylindrical-coordinate representation of color #AC6DDF: hue angle of 273.16º degrees, saturation: 0.64, 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 #AC6DDF is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 109 223 -
CMYK 0.23 0.51 0 0.13
HSL 273.16º 0.64% 0.65% -
HSV(B) 273.16º 0.51% 0.87% -
XYZ 35.8 25.04 72.76 -
YUV 140.83 174.37 150.23 -
System Red Green Blue C M Y K H S L
Decimal 172 109 223 0.23 0.51 0 0.13 273.16 0.64 0.65
Hex AC 6D DF 17 33 0 D 111 40 41
Octal 254 155 337 27 63 0 15 421 100 101
Binary 10101100 1101101 11011111 10111 110011 0 1101 100010001 1000000 1000001

Color Harmonies of #AC6DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6DDF

Black with #AC6DDF

Text Example


Text Example

White with #AC6DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6DDF; }

 p { color: rgb(172,109,223); }

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

background-color css

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

 a { background-color: rgb(172,109,223); }

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

border-color css

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

 span { border-color: rgb(172,109,223); }

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