Html Css Color HEX #AC6DD1 Amethyst

📋 copy color: '#AC6DD1'

red 172 ◦ green 109 ◦ blue 209

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

Shades of Amethyst #AC6DD1

Tints of Amethyst #AC6DD1

RGB

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

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

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

R = 35.1%
G = 22.24%
B = 42.65%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC6DD1 (or 0xAC6DD1) is known color: Amethyst. HEX triplet: AC, 6D and D1. RGB value is (172,109,209). Sum of RGB (Red+Green+Blue) = 172+109+209=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC6DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DD1 is #53922E. Grayscale: #8A8A8A. Windows color (decimal): -5476911 or 13725100. OLE color: 13725100.

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

Color convert

RGB 172 109 209 -
CMYK 0.18 0.48 0 0.18
HSL 277.8º 0.52% 0.62% -
HSV(B) 277.8º 0.48% 0.82% -
XYZ 33.99 24.31 63.22 -
YUV 139.24 167.37 151.37 -
System Red Green Blue C M Y K H S L
Decimal 172 109 209 0.18 0.48 0 0.18 277.8 0.52 0.62
Hex AC 6D D1 12 30 0 12 116 34 3E
Octal 254 155 321 22 60 0 22 426 64 76
Binary 10101100 1101101 11010001 10010 110000 0 10010 100010110 110100 111110

Color Harmonies of #AC6DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6DD1

Black with #AC6DD1

Text Example


Text Example

White with #AC6DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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