Html Css Color HEX #AC6BD1 Amethyst

📋 copy color: '#AC6BD1'

red 172 ◦ green 107 ◦ blue 209

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

Shades of Amethyst #AC6BD1

Tints of Amethyst #AC6BD1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.93%

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

R = 35.25%
G = 21.93%
B = 42.83%

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

#AC6BD1 (or 0xAC6BD1) is known color: Amethyst. HEX triplet: AC, 6B and D1. RGB value is (172,107,209). Sum of RGB (Red+Green+Blue) = 172+107+209=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC6BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BD1 is #53942E. Grayscale: #898989. Windows color (decimal): -5477423 or 13724588. OLE color: 13724588.

HSL color Cylindrical-coordinate representation of color #AC6BD1: hue angle of 278.24º 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 #AC6BD1 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 107 209 -
CMYK 0.18 0.49 0 0.18
HSL 278.24º 0.53% 0.62% -
HSV(B) 278.24º 0.49% 0.82% -
XYZ 33.78 23.89 63.15 -
YUV 138.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 172 107 209 0.18 0.49 0 0.18 278.24 0.53 0.62
Hex AC 6B D1 12 31 0 12 116 35 3E
Octal 254 153 321 22 61 0 22 426 65 76
Binary 10101100 1101011 11010001 10010 110001 0 10010 100010110 110101 111110

Color Harmonies of #AC6BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BD1

Black with #AC6BD1

Text Example


Text Example

White with #AC6BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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