Html Css Color HEX #AC6FCF Amethyst

📋 copy color: '#AC6FCF'

red 172 ◦ green 111 ◦ blue 207

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

Shades of Amethyst #AC6FCF

Tints of Amethyst #AC6FCF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.65%

 BLUE value IS 207 (81.25% from 255) = 42.24%

R = 35.1%
G = 22.65%
B = 42.24%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC6FCF (or 0xAC6FCF) is known color: Amethyst. HEX triplet: AC, 6F and CF. RGB value is (172,111,207). Sum of RGB (Red+Green+Blue) = 172+111+207=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC6FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6FCF is #539030. Grayscale: #8B8B8B. Windows color (decimal): -5476401 or 13594540. OLE color: 13594540.

HSL color Cylindrical-coordinate representation of color #AC6FCF: hue angle of 278.12º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC6FCF is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 111 207 -
CMYK 0.17 0.46 0 0.19
HSL 278.13º 0.5% 0.62% -
HSV(B) 278.13º 0.46% 0.81% -
XYZ 33.96 24.64 62 -
YUV 140.18 165.71 150.69 -
System Red Green Blue C M Y K H S L
Decimal 172 111 207 0.17 0.46 0 0.19 278.13 0.5 0.62
Hex AC 6F CF 11 2E 0 13 116 32 3E
Octal 254 157 317 21 56 0 23 426 62 76
Binary 10101100 1101111 11001111 10001 101110 0 10011 100010110 110010 111110

Color Harmonies of #AC6FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6FCF

Black with #AC6FCF

Text Example


Text Example

White with #AC6FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6FCF; }

 p { color: rgb(172,111,207); }

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

background-color css

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

 a { background-color: rgb(172,111,207); }

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

border-color css

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

 span { border-color: rgb(172,111,207); }

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