Html Css Color HEX #AC6AD1 Amethyst

📋 copy color: '#AC6AD1'

red 172 ◦ green 106 ◦ blue 209

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

Shades of Amethyst #AC6AD1

Tints of Amethyst #AC6AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.92%

R = 35.32%
G = 21.77%
B = 42.92%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC6AD1 (or 0xAC6AD1) is known color: Amethyst. HEX triplet: AC, 6A and D1. RGB value is (172,106,209). Sum of RGB (Red+Green+Blue) = 172+106+209=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC6AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6AD1 is #53952E. Grayscale: #898989. Windows color (decimal): -5477679 or 13724332. OLE color: 13724332.

HSL color Cylindrical-coordinate representation of color #AC6AD1: hue angle of 278.45º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC6AD1 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 106 209 -
CMYK 0.18 0.49 0 0.18
HSL 278.45º 0.53% 0.62% -
HSV(B) 278.45º 0.49% 0.82% -
XYZ 33.68 23.68 63.12 -
YUV 137.48 168.37 152.62 -
System Red Green Blue C M Y K H S L
Decimal 172 106 209 0.18 0.49 0 0.18 278.45 0.53 0.62
Hex AC 6A D1 12 31 0 12 116 35 3E
Octal 254 152 321 22 61 0 22 426 65 76
Binary 10101100 1101010 11010001 10010 110001 0 10010 100010110 110101 111110

Color Harmonies of #AC6AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6AD1

Black with #AC6AD1

Text Example


Text Example

White with #AC6AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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