Html Css Color HEX #AC68D1 Amethyst

📋 copy color: '#AC68D1'

red 172 ◦ green 104 ◦ blue 209

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

Shades of Amethyst #AC68D1

Tints of Amethyst #AC68D1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.44%

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

R = 35.46%
G = 21.44%
B = 43.09%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC68D1 (or 0xAC68D1) is known color: Amethyst. HEX triplet: AC, 68 and D1. RGB value is (172,104,209). Sum of RGB (Red+Green+Blue) = 172+104+209=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC68D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68D1 is #53972E. Grayscale: #878787. Windows color (decimal): -5478191 or 13723820. OLE color: 13723820.

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

Color convert

RGB 172 104 209 -
CMYK 0.18 0.50 0 0.18
HSL 278.86º 0.53% 0.61% -
HSV(B) 278.86º 0.5% 0.82% -
XYZ 33.47 23.27 63.05 -
YUV 136.3 169.03 153.46 -
System Red Green Blue C M Y K H S L
Decimal 172 104 209 0.18 0.50 0 0.18 278.86 0.53 0.61
Hex AC 68 D1 12 32 0 12 117 35 3D
Octal 254 150 321 22 62 0 22 427 65 75
Binary 10101100 1101000 11010001 10010 110010 0 10010 100010111 110101 111101

Color Harmonies of #AC68D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC68D1

Black with #AC68D1

Text Example


Text Example

White with #AC68D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC68D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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