Html Css Color HEX #AC6ACD Amethyst

📋 copy color: '#AC6ACD'

red 172 ◦ green 106 ◦ blue 205

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

Shades of Amethyst #AC6ACD

Tints of Amethyst #AC6ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.44%

R = 35.61%
G = 21.95%
B = 42.44%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC6ACD (or 0xAC6ACD) is known color: Amethyst. HEX triplet: AC, 6A and CD. RGB value is (172,106,205). Sum of RGB (Red+Green+Blue) = 172+106+205=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC6ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ACD is #539532. Grayscale: #888888. Windows color (decimal): -5477683 or 13462188. OLE color: 13462188.

HSL color Cylindrical-coordinate representation of color #AC6ACD: hue angle of 280º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC6ACD is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 106 205 -
CMYK 0.16 0.48 0 0.20
HSL 280º 0.5% 0.61% -
HSV(B) 280º 0.48% 0.8% -
XYZ 33.19 23.49 60.54 -
YUV 137.02 166.37 152.95 -
System Red Green Blue C M Y K H S L
Decimal 172 106 205 0.16 0.48 0 0.20 280 0.5 0.61
Hex AC 6A CD 10 30 0 14 118 32 3D
Octal 254 152 315 20 60 0 24 430 62 75
Binary 10101100 1101010 11001101 10000 110000 0 10100 100011000 110010 111101

Color Harmonies of #AC6ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6ACD

Black with #AC6ACD

Text Example


Text Example

White with #AC6ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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