Html Css Color HEX #AC6ADF Amethyst

📋 copy color: '#AC6ADF'

red 172 ◦ green 106 ◦ blue 223

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

Shades of Amethyst #AC6ADF

Tints of Amethyst #AC6ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.16%

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

R = 34.33%
G = 21.16%
B = 44.51%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC6ADF (or 0xAC6ADF) is known color: Amethyst. HEX triplet: AC, 6A and DF. RGB value is (172,106,223). Sum of RGB (Red+Green+Blue) = 172+106+223=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC6ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ADF is #539520. Grayscale: #8A8A8A. Windows color (decimal): -5477665 or 14641836. OLE color: 14641836.

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

Color convert

RGB 172 106 223 -
CMYK 0.23 0.52 0 0.13
HSL 273.85º 0.65% 0.65% -
HSV(B) 273.85º 0.52% 0.87% -
XYZ 35.49 24.41 72.65 -
YUV 139.07 175.37 151.49 -
System Red Green Blue C M Y K H S L
Decimal 172 106 223 0.23 0.52 0 0.13 273.85 0.65 0.65
Hex AC 6A DF 17 34 0 D 112 41 41
Octal 254 152 337 27 64 0 15 422 101 101
Binary 10101100 1101010 11011111 10111 110100 0 1101 100010010 1000001 1000001

Color Harmonies of #AC6ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6ADF

Black with #AC6ADF

Text Example


Text Example

White with #AC6ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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