Html Css Color HEX #AC6DCC Amethyst

📋 copy color: '#AC6DCC'

red 172 ◦ green 109 ◦ blue 204

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

Shades of Amethyst #AC6DCC

Tints of Amethyst #AC6DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 35.46%
G = 22.47%
B = 42.06%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC6DCC (or 0xAC6DCC) is known color: Amethyst. HEX triplet: AC, 6D and CC. RGB value is (172,109,204). Sum of RGB (Red+Green+Blue) = 172+109+204=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC6DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DCC is #539233. Grayscale: #8A8A8A. Windows color (decimal): -5476916 or 13397420. OLE color: 13397420.

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

Color convert

RGB 172 109 204 -
CMYK 0.16 0.47 0 0.2
HSL 279.79º 0.48% 0.61% -
HSV(B) 279.79º 0.47% 0.8% -
XYZ 33.38 24.07 60.01 -
YUV 138.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 172 109 204 0.16 0.47 0 0.2 279.79 0.48 0.61
Hex AC 6D CC 10 2F 0 14 118 30 3D
Octal 254 155 314 20 57 0 24 430 60 75
Binary 10101100 1101101 11001100 10000 101111 0 10100 100011000 110000 111101

Color Harmonies of #AC6DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6DCC

Black with #AC6DCC

Text Example


Text Example

White with #AC6DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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