Html Css Color HEX #AC6DCD Amethyst

📋 copy color: '#AC6DCD'

red 172 ◦ green 109 ◦ blue 205

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

Shades of Amethyst #AC6DCD

Tints of Amethyst #AC6DCD

RGB

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

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

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

R = 35.39%
G = 22.43%
B = 42.18%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC6DCD (or 0xAC6DCD) is known color: Amethyst. HEX triplet: AC, 6D and CD. RGB value is (172,109,205). Sum of RGB (Red+Green+Blue) = 172+109+205=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC6DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DCD is #539232. Grayscale: #8A8A8A. Windows color (decimal): -5476915 or 13462956. OLE color: 13462956.

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

Color convert

RGB 172 109 205 -
CMYK 0.16 0.47 0 0.20
HSL 279.38º 0.49% 0.62% -
HSV(B) 279.38º 0.47% 0.8% -
XYZ 33.5 24.12 60.65 -
YUV 138.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 172 109 205 0.16 0.47 0 0.20 279.38 0.49 0.62
Hex AC 6D CD 10 2F 0 14 117 31 3E
Octal 254 155 315 20 57 0 24 427 61 76
Binary 10101100 1101101 11001101 10000 101111 0 10100 100010111 110001 111110

Color Harmonies of #AC6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6DCD

Black with #AC6DCD

Text Example


Text Example

White with #AC6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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