Html Css Color HEX #AC6AD5 Amethyst

📋 copy color: '#AC6AD5'

red 172 ◦ green 106 ◦ blue 213

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

Shades of Amethyst #AC6AD5

Tints of Amethyst #AC6AD5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.59%

 BLUE value IS 213 (83.59% from 255) = 43.38%

R = 35.03%
G = 21.59%
B = 43.38%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC6AD5 (or 0xAC6AD5) is known color: Amethyst. HEX triplet: AC, 6A and D5. RGB value is (172,106,213). Sum of RGB (Red+Green+Blue) = 172+106+213=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC6AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6AD5 is #53952A. Grayscale: #898989. Windows color (decimal): -5477675 or 13986476. OLE color: 13986476.

HSL color Cylindrical-coordinate representation of color #AC6AD5: hue angle of 277.01º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC6AD5 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 106 213 -
CMYK 0.19 0.50 0 0.16
HSL 277.01º 0.56% 0.63% -
HSV(B) 277.01º 0.5% 0.84% -
XYZ 34.18 23.88 65.76 -
YUV 137.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 172 106 213 0.19 0.50 0 0.16 277.01 0.56 0.63
Hex AC 6A D5 13 32 0 10 115 38 3F
Octal 254 152 325 23 62 0 20 425 70 77
Binary 10101100 1101010 11010101 10011 110010 0 10000 100010101 111000 111111

Color Harmonies of #AC6AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6AD5

Black with #AC6AD5

Text Example


Text Example

White with #AC6AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6AD5; }

 p { color: rgb(172,106,213); }

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

background-color css

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

 a { background-color: rgb(172,106,213); }

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

border-color css

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

 span { border-color: rgb(172,106,213); }

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