Html Css Color HEX #AC6DDD Amethyst

📋 copy color: '#AC6DDD'

red 172 ◦ green 109 ◦ blue 221

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

Shades of Amethyst #AC6DDD

Tints of Amethyst #AC6DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 34.26%
G = 21.71%
B = 44.02%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC6DDD (or 0xAC6DDD) is known color: Amethyst. HEX triplet: AC, 6D and DD. RGB value is (172,109,221). Sum of RGB (Red+Green+Blue) = 172+109+221=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC6DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DDD is #539222. Grayscale: #8C8C8C. Windows color (decimal): -5476899 or 14511532. OLE color: 14511532.

HSL color Cylindrical-coordinate representation of color #AC6DDD: hue angle of 273.75º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC6DDD is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 109 221 -
CMYK 0.22 0.51 0 0.13
HSL 273.75º 0.62% 0.65% -
HSV(B) 273.75º 0.51% 0.87% -
XYZ 35.53 24.93 71.35 -
YUV 140.61 173.37 150.39 -
System Red Green Blue C M Y K H S L
Decimal 172 109 221 0.22 0.51 0 0.13 273.75 0.62 0.65
Hex AC 6D DD 16 33 0 D 112 3E 41
Octal 254 155 335 26 63 0 15 422 76 101
Binary 10101100 1101101 11011101 10110 110011 0 1101 100010010 111110 1000001

Color Harmonies of #AC6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6DDD

Black with #AC6DDD

Text Example


Text Example

White with #AC6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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