Html Css Color HEX #AC6DDA Amethyst

📋 copy color: '#AC6DDA'

red 172 ◦ green 109 ◦ blue 218

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

Shades of Amethyst #AC6DDA

Tints of Amethyst #AC6DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 34.47%
G = 21.84%
B = 43.69%

CMYK

 C value IS 0.21

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC6DDA (or 0xAC6DDA) is known color: Amethyst. HEX triplet: AC, 6D and DA. RGB value is (172,109,218). Sum of RGB (Red+Green+Blue) = 172+109+218=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC6DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DDA is #539225. Grayscale: #8B8B8B. Windows color (decimal): -5476902 or 14314924. OLE color: 14314924.

HSL color Cylindrical-coordinate representation of color #AC6DDA: hue angle of 274.68º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC6DDA is Cyan = 0.21, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 109 218 -
CMYK 0.21 0.5 0 0.15
HSL 274.68º 0.6% 0.64% -
HSV(B) 274.68º 0.5% 0.85% -
XYZ 35.14 24.77 69.26 -
YUV 140.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 172 109 218 0.21 0.5 0 0.15 274.68 0.6 0.64
Hex AC 6D DA 15 32 0 F 113 3C 40
Octal 254 155 332 25 62 0 17 423 74 100
Binary 10101100 1101101 11011010 10101 110010 0 1111 100010011 111100 1000000

Color Harmonies of #AC6DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6DDA

Black with #AC6DDA

Text Example


Text Example

White with #AC6DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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